input.error { border: 1px solid red; }
label.error {
	background: url('unchecked.gif') no-repeat;
	padding-left: 16px;
	margin-left: .1em;
}
label.valid {
	background: url('checked.gif') no-repeat;
	width: 16px;
	height: 16px;
}
