$j().ready(function() {

	$j("#changePasswordForm").validate({
		rules: {
		    contact: {
				required: true
		    }
		}
	});
	
});
