$(document).ready(function (){
	$(".validate").each(function (){
		$(this).validate();
	})
});
