/* 
  Secure and Accessible PHP Contact Form v.2.0 Basic Styles by Mike Cherim 
  THESE ARE THE VARIOUS ELEMENTS, CLASSES, IDS, AND SELECTORS YOU MAY NEED FOR STYING THIS FORM
  Anchors or link elements have not been included, but everythig else is :-)
*/
body {
	font: normal arial;
}
.error {
	color:red;
}
/* all inputs, select, and textarea */
input.med, input.short, select.med, textarea.textbox { 
  color : #000; 
  border : 1px solid #d0d0d0;
  background-color : #fafafa;
  margin-top:1px;
}


/* End CSS */