.form {
	color: #6c7761;
	font-size: 0.8em;
	line-height: 1.5em;
	background-color: #DFE0C5;
	padding: 5px;
}
.textbox {
	background-color: #F1F1E8;
	border-style: none;
	 }
	 
.submit {
	background-color: #BFC285;
   }
   
.reset {
	background-color: #EFD9E2;
   }
   
.forsubit {
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	background-color: #99FF99;
}