Im developed the MVC project , I want to style this display error message but its not working,i cant add this for CSS style ,How can i do it?
@Html.ValidationMessageFor(a => a.SelectedValue)
CSS
.field-validation-error {
color: #ff0000;
position: absolute;
left: 200px;
top: 5px; font-size:14px; font-family:'Arno Pro';
width: 250px; /*background:url(../img/wrng_icn.png) no-repeat right center;
}
ValidationMessageFor?