/* CSS Document */

input , textarea {
	border:1px solid #a2dd19;
	color:#333333;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:100.1%;
	width:350px;
}
input {	
	height:1.5em;
	margin-bottom:0.5em;		
}
textarea {
	height:6em;	
}
.form_text {
	float:left;
	margin-right:20px;
	width:100px;
	text-align:right;
	white-space:nowrap;
}
#submit:hover {
	background-color:#ecf8d1;
	color:#a2dd19;
}

