/* FORMS CSS */

body {
  margin-left:		0px;
  margin-top:		0px;
  margin-bottom:		0px;
  scrollbar-face-color: #DEE3E7;
  scrollbar-highlight-color: #FFFFFF;
  scrollbar-shadow-color: #DEE3E7;
  scrollbar-3dlight-color: #D1D7DC;
  scrollbar-arrow-color:  #006699;
  scrollbar-track-color: #EFEFEF;
  scrollbar-darkshadow-color: #98AAB1;
}

td {

  font-family: 		Verdana,"trebuchet ms",tahoma, courier new, courier, sans-serif;
  font-size:		0.75em;
  line-height:		5mm;
  color: 			#000000;
  padding-left:		0px;
  padding-right:	0px;
  padding-top: 		0px;
  padding-bottom: 	0px;

}

.forms-disability-titles {

  font-family: 		Verdana,"trebuchet ms",tahoma, courier new, courier, sans-serif;
  font-size:		0.75em;
  line-height:		5mm;
  color: 			#000000;
  padding-left:		0px;
  padding-right:	0px;
  padding-top:		10px;
  padding-bottom:	0px;

}
.forms-disability-textinput {

  font-family: 		Verdana,"trebuchet ms",tahoma, courier new, courier, sans-serif;	
  font-size: 		11px;
  background-color: #ffffff;
  color: 			#000000;
  width:			400px;
  border:			solid 1 px #6A1E29
}

.forms-disability-textinput-half {

  font-family: 		Verdana,"trebuchet ms",tahoma, courier new, courier, sans-serif;	
  font-size: 		11px;
  background-color: #ffffff;
  color: 			#000000;
  width:			195px;
  border:			solid 1 px #6A1E29

}

.forms-button {

  font-size: 		11px;
  font-family: 		verdana,"trebuchet ms",tahoma, courier new, courier, sans-serif;
  width:			200px;
  height:			22px;
}


.forms-button-gradient {

  font-size: 11px;
  background-image: url(http://www.natashacohen.com/shapiro/button-red-gradient.jpg);
  font-family: 		verdana,"trebuchet ms",tahoma, courier new, courier, sans-serif;
  background-color: #ededed;
  border: 			1 outset rgb(129,14,14);
  color: 			#000000;
  cursor: 			hand;
  width:			200px;
  height:			22px;
}