label.error {
	color: #EE0B0B;
	/*font-weight: bold;*/
	background: transparent url(images/unchecked.gif) no-repeat scroll 0 0;
	padding-left: 22px;
	font-size:12px;
}

label.checked {
	font-size:12px;
	background: transparent url(images/checked.gif) no-repeat scroll 0 0;
}