/*font*/
input, .labelcell, .smalllabelcell, select, textarea {font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;}
/*white font*/
.labelcell,  .smallabelcell {color: black;}
/*formfield bg*/
input, select, textarea, button {background-color: #fff; }
.req {color: #c00;}
#contact {text-align: center; margin: 0 auto; width: 100%;}
#contact table { 
	/* background-color: #E9F8F9;*/
	color: #000000; 
	border: 1px solid #999adf; 
	border-collapse: collapse; 
	margin: 10px auto;
	
	width: 400px;
	} 
#contact td { 
 border: 1px solid #999adf; 
 /* border: 1px solid #D7E5F2; */ 
 padding: 4px; 
}

.labelcell {  
 background-color: #e9f1f9; 
 width: 100px; 
	text-align: right;
	} 

.fieldcell { 
 background-color: #fcfff7; 
 color: #000000; 
 text-align: left; 
 margin-right: 0px; 
 padding-right: 0px; 
} 

.smalllabelcell { 
 background-color: #e9f1f9; 
 width: 100px; 
	text-align: right;
	} 

.smallfieldcell { 
 background-color: #fcfff7; 
 color: #000000; 
 text-align: right; 
  
}
.fieldcell input { 
/* width: 200px; */  
 color: #102132; 
 margin-right: 0px; 
} 

.smallfieldcell input { 
 width: 100px;  
 color: #102132; 
} 

.smallfieldcell select { 
color: #102132; 
 border: 1px solid #284279; 
}
.button { 
 color: #102132; 
	margin-top: 3px; 
 margin-bottom: 2px; 
	} 
textarea { width: 100%; display: block; }
form option {font-size: 10px;}
table#options {width: 100%;}
.contactoption {margin-left: 20px;}