jQuery(document).ready(function() 
{
	jQuery('form.validate').each(function() 
	{
		jQuery(this).validate(
		);
	}); 
});
