#field {float: left; }
br { clear: both; }
label.error {
	background: url('images/unchecked.gif') no-repeat;
	color:#e60000;
	font-size:12px !important;
	}
label.valid {
	background: url('images/checked.gif') no-repeat;
	display: block;
	width: 16px;
	height: 16px;
	color:#e60000;
	font-size:12px !important;
	}