I want to change the class that jQuery Validate applies to inputs that have an error
Change this
<input id="firstname" name="firstname" type="text" value="" maxlength="100"
class="error">
to this
<input id="firstname" name="firstname" type="text" value="" maxlength="100"
class="customErrorClass">