input.error { 
	border: 1px dotted red!important; 
}

label.error {
	color: red;
	margin-top: 10px;
	height: 20px;
	width: auto;
	display: block;
	background: url(images/unchecked.gif) 0px 3px no-repeat;
	padding: 0 0 0 18px;
	font-size:12px;
	position: relative;
}

label.checked {
	background: transparent url(images/checked.gif) no-repeat scroll 0 0;
}

label.valid {
	width: 16px;
	background: url(images/ico_form_ok.png) no-repeat;
	height: 20px;
	margin-left: 10px;
	display: inline-block;
	vertical-align:middle;
	position: absolute;
	right: 10px;
	top: 30px;
}