#catchspm, #e-mail, #website{
display: none;
}

#form{
	margin: 0 auto;
	text-align: center;
}
legend{
	display: none;
}
button{
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color:#333333;
margin: 10px 0 5px 0;
}

.oneField{
display: block;
margin: 6px 0px;
text-align: left;

}

.preField{
text-align: center;
display: inline;
margin: 4px 4px 0px 0px;
padding: 0 0 0 20px;
min-width: 6em;
width: 6em;
float: left;
}

#contact-form fieldset {
  margin-bottom: 10px;
    border: none;


}
#contact-form legend {
  padding: 0 2px;
  font-weight: bold;

}
#contact-form button {  
margin-left: 12em;
margin-top: 1em;
padding: 3px;
font-size: 100%;
}

#contact-form input, #contact-form textarea, #contact-form checkbox{
/* background-color:rgb(255,255,160); */
font-size: 100%;
margin: 0px 2px 0px 0px;
padding: 2px 0px;
vertical-align: top;
}

#contact-form textarea{
font-family: arial, san-serif;
}

.reqMark{
color: red;
font-size: 150%;
}
.errMsg{
display: inline;
color: red;
font-size: 110%;
}

.errFld {border: 2px solid #F00; /*... or any other css properties ... */}
 


