.error { background-color: #ffffcc; color: #cc0000; }
.valid { background-color: #FFFFFF; color: #373636;}

#autoForm h2{
	clear:both;
}

#autoForm div.label{
	clear:both;
	padding: 0px 0px 1px;
}

#autoForm label{
	width: 160px;
	display: block;
	float: left;
	text-align: right;
}

#autoForm .fields{
	width: 200px;
	float: left;
}

ul#validation-errors{
	clear: both;
	margin-top: 0px;
	padding-top: 10px;
	font-size: 11px;
	color: #BF2F2F;
}

.button{
	margin-left: 3px;
}

.button:hover{
	cursor: pointer;
}

