$(function() {
	
	$("#mailForm").validator({'singleError':'true',
							  'position':   'right'});
	$("#submitEmail").button();
  
});

