$(document).ready(function() {

	
	$('a.validar-vale').colorbox( {
		iframe : true,
		width : "940px",
		height : "510px"
	});
	

	$('#agendamento input[title!=""]').hint();
	$('#topo_consulta input[title!=""]').hint();
	

});



