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