$(document).ready(function(){
	$("#mezua").validator({
		offset: [0,5],
		position: 'bottom left'
	});
});
