I am using jquery and jquery.validate.cs (jQuery Validation Plugin 1.8.0) to validate a form. Right now it displays a message next to a field saying : \"This is a required fiel
use Firebug to see what the class of the error element is and then use css to make it red:
.error-label { color: red; }