/*#field { margin-left: .5em; float: left; }
#field, label {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #c92027;
}
br { clear: both; }
input { border: 1px solid black; margin-bottom: .5em;  }*/
input.error { border: 1px solid #f00; }
label.error {
	/*background: url('images/unchecked.gif') no-repeat;
	padding-left: 16px;
	margin-left: .3em;*/
	color: #f00;
	
}
label.valid {
/*	background: url('images/checked.gif') no-repeat;
	display: block;
	width: 16px;
	height: 16px;*/
}