label.error {
	color: #8a1f11;
	font-weight: bold;
	background: transparent url(/images/jquery/validate/unchecked.gif)
		no-repeat scroll 3px 50%;
	background-color: #fbe3e4; margin-left : 2px;
	padding-left: 18px;
	padding-top: 3px;
	margin-left: 2px;
}

label.checked {
	background: transparent url(/images/jquery/validate/checked.gif)
		no-repeat scroll 0 0;
}
