label.error {
	background:url("/Content/themes/public/website/img/icon_error.png") no-repeat !important;
	color:#F00;
	font-size:13px;
	padding-left: 20px;
    background-size: 17px;
}
label.valid {
	background: url('../images/validate/checked.gif') no-repeat;
	display: block;
	width: 16px;
	height: 16px;
	background-size: 17px;
}