#tooltip {
	position: absolute;	
    z-index: 3000;
	padding-top: 35px;
    padding-left: 50px;
    padding-right: 30px;
    padding-bottom: 15px;
	/*opacity: 0.85;*/    
    text-align:justify;
    color:white;
    width:261px;
    
    background:url(../hotsite/imagens/tooltip_box.gif) top;
}
#tooltip h3, #tooltip div {
    margin: 0;
    font:10px Verdana;
    font-weight:normal;
    line-height:18px;
}
