label.error {
	color: red;
	font-weight: bold;
	background: transparent url(/images/unchecked.gif) no-repeat scroll 0 0;
	padding-left: 18px;
}
label.checked {
	background: transparent url(/images/unchecked.gif) no-repeat scroll 0 0;
}
div.error {
	color: red;
	font-weight: bold;
	background: transparent url(/images/unchecked.gif) no-repeat scroll 0 0;
	padding-left: 18px;
}