label.error {
	color: red;
	font-weight: bold;
	background: transparent url(images/unchecked.gif) no-repeat scroll 2px 2px;
	padding-left: 18px;
}

select.error ,input.error, textarea.error{
	background-color:#FFFFD5;
	border:solid 1px #dd7870;padding:1px 1px;height:17px!important;height: 18px;
}

label.checked {
	background: transparent url(images/checked.gif) no-repeat scroll 2px 2px;
}

