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