$(document).ready(function(){

	$(".contato").fancybox({
		'width'				: 750,
		'height'			: 480,
		'overlayColor'		: '#2D54A3',
		'type'				: 'iframe'
	});

});
