
/* overwrite the default jQuery.validator validate method 
   Simply display a 'You missed X fields' message, and turn the missed fields red. 
   Do not display an error message next to the fields.
   
   To return to using the standard jQuery.validator behaviour, simply stop including this code.
   */
jQuery.validator.messages.required = "";

	
	


