$(document).ready(function(){
	if($('#form_validate').length != 0){
	  $('#form_validate').validate({
	    errorClass: "warning"
	  });
	}
});
