// Run the script on DOM ready:
$(function(){
	$('input').customInput();
});


//Ativa JQuery Tooltip plugin
$("a").easyTooltip();
