$(function() {
	
	$('.validate-form').each(function() {
		$(this).validate();
	});
	
});
