jQuery.noConflict();
jQuery(document).ready(function(){
    	jQuery("#user_mailform_form").validate();
});