.ValidationErrorCss {
	background: url("../img/warning.png") 3px center no-repeat;
	background-color: #FFEAEB;
	border: 1px solid red;
	text-indent: 20px;
/*	float: left;*/
	width: 80%;
	margin: 5px auto
}

label.ValidationErrorCss {
	display: block;
	position: static;
	background: #fff !important;
	border: 0;
}

label.ValidationErrorCss,
label.ValidationErrorCss span {
	color: red;
}
