$(function () {

	$("form:first").validate({
		rules:	{
			txtMessage: "required"		
		}	
	});

});