$(document).ready(function() {

	$("#basicForm").validate();
	
	$(document).pngFix();

});	


