/* ------------------------------------------------------ 
	Name: form.css
 	Version: 1.06.3.8
  	Media: Print
  	Description: General colors and formating for printing web pages that use forms & tables.
	Notes: None
------------------------------------------------------ */

#colForm {
	margin: 0px 147px 0px 148px;
	padding: 10px 0 10px 0;
	width: 405px;
	color: #fff;
	text-align: justify;
	line-height: 1.4em;
}

table {
	border: 1px solid #000;
}

table th  {
	padding: 4px;
	border-bottom: solid 2px #000;
	color: #000;
	font-weight: bold;
	font-size: 1em;
	text-align: left;
}


table td {
	padding: 0 10px 2px 10px;
	color: #000;
}

table td a {
	color: #000;
	text-decoration: none;
}

table td#buttons {
	padding: 10px 15px 10px 0;
	border-top: 1px solid #000;
}

input, select, textarea  {
     background-color: #fff;
     color: #000;
     font-size: 9pt;
     font-family: Verdana, SunSans-Regular;
     border: 1px solid #000;
}
	
input:focus, select:focus, textarea:focus  {
     background-color: #fff;
     color: #000;
     font-size: 9pt;
     font-family: Verdana, SunSans-Regular;
}

.submitDefault  {
     background-color: #fff;
     border: solid 2px #000;
}	

#fldOptional {
	color: #000;
}

#fldFormat {
     color: #000;
}