header {
	position: relative;
	background: url(../img/2566981.jpg);
  padding: 5px 10px 0px;
  color: #FFFFFF;
}
header a{
   text-decoration: none;
}
body{
  background: url(../img/1038648.jpg);
  font-size: 14px;
}
.Title{
  font-size:24px;
  color: #000;
  font-weight: bolder;
}
.important{
  color: red;

}
input{
  font-size: 14px;
}
input[id="email"]{
  width:500px;
  height: 14px;
}
input[id="name"]{
  width:500px;
  height: 14px;

}
input[id="subject"]{
  width:500px;
  height: 14px;

}
select[id="type"]{
  width:500px;
  height: 20px;
  font-size: 14px;
}
textarea[id="MSG"]{
  width: 660px;
  columns:40;
  rows:20;
  height:250px;
}
input[id="submit"]{
}
input[id="reset"]{
  height:4vh;
}
