	jQuery(document).ready(function() {
	
		jQuery("#report_form").validate();
		
		jQuery(".cancel").click(function(){
			window.top.tb_remove();
		});
	
	});
