Strange jQuery Validation plug-in behavior with ASP.NET
I added the css to change the color border of a form input text but it didn't work until I removed all references to CssClass from asp:TextBox *and* I had to refer to the input using div#billingInfo div input.error instead of just input.error.