/* CSS Document */

.textfield {
	border: 1px solid white;
	border-top-color: #FFFFFF;
	border-top-style: none;
	border-left-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-right: 0;
	border-bottom: 0;
	border-left: 0;
	border-style: 0;
	border-width: 0;
	font-size: 10px;
}
.submit {
	
	color: #000000;
	border: 2px solid white;
	border-left: 4;
	font-size: 10px;
	
}

.reset {
	color: #000000;
	border: 2px solid white;
	border-left: 4;
	font-size: 10px;
	
	
}

INPUT {
background-color: #e3e5e2;
color: black;
font-family: arial, verdana, ms sans serif;
font-weight: bold;
font-size: 11pt;


} 

LABEL {
color:#000000; 
font-family: arial, verdana, ms sans serif;
font-weight: bold,;
font-size: 8pt;
clear: both ;
margin-left:2px;
margin-top:-2px;

}


TEXTAREA {
background-color: #ffffff;
border: black 2px solid;
color: black;
font-family: arial, verdana, ms sans serif;
font-size: 10pt;
font-weight: normal;
border-bottom-style:groove ;	
} 

.textfield {
	border: 1px solid #000000;
	background-color: #ffffff;
	padding-left: 5px;	
	
}

.formtable {;
	background-color:#CCCCCC;
	border-bottom-style:groove;	

}

.name {
	background-color:black;
	color: #FFFFFF;
	font-family: arial, verdana, ms sans serif;
	font-size: 8pt;
}

.LIST {
	font-family: arial, verdana, ms sans serif;
	font-size: 8pt;
	background-color: #e3e5e2; 
	}
.state {
	color:green; 
font-family: arial, verdana, ms sans serif;
font-weight: bold,;
font-size: 8pt;
	}
