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/checked.gif) no-repeat scroll 0 0;
}

.showErr {
	display: inline;
}