/* Tooltip */

#tooltip {
	position:absolute;
	z-index:9999;
	font-size:11px;
	width:250px;
	height:159px;
	background:url(../../Imagens/backgroundtooltip.gif) no-repeat;
	background-color:transparent;

}

#tooltip .tipBody {
	padding:60px 5px 5px 42px;
	background-color:transparent;

}

}