$(function(){
	$("form").each(function() {
		$(this).validate();
	});
	$(".txtData").mask("99/99/9999");	
});


