form {
	font:100% verdana,arial,sans-serif;
	margin: 5px 0px 10px;
	padding: 0px;
	width: 300px;
	float: left;
}

form fieldset {
	clear: both;
	padding: 10px;
	margin: 0;
	border: 1px solid #CCCCCC;
}


form fieldset legend {
	font-size:1.2em;
	color: #92AC51;
	font-weight: bold;
                       
}

form label { 
	display: block;  
	float: left; 
	width: 80px; 
	padding: 0px; 
	margin: 5px 0px 0px; 
	text-align: right; 
}

form input, form textarea {
	width:auto;
	margin:5px 0 0px 10px;
}

form input#reset {
	margin-left:0px; 
}

textarea { overflow: auto; }

form .required{font-weight:bold;}
.errortext {
	color: #FF0000;
	display: block;
	font-size: 0.9em;
	margin-left: 90px;
}
