label.error {
	color: red;
	font-weight: bold;
	background: transparent url(imagesunchecked.gif) no-repeat scroll 0 0;
	padding-left: 20px;
}

label.checked {
	background: transparent url(imageschecked.gif) no-repeat scroll 0 0;
}