$(document).ready(function(){
		
	$("#form1 label").inFieldLabels();
	$("#form1").validate();
	
});


