#tooltip {
	position: absolute;
	z-index: 3000;
	border: 0;
	background-color: #eee;
	padding: 5px;
	opacity: 0.85;
	font-size:10px;
	width:137px;  
	height:81px;
	padding:5px;
	font-weight:normal;
	background:url("http://www.tointodas.com.br/imagens/tooltip.png") no-repeat;
}
#tooltip h3, #tooltip div { margin: 0; font-weight:normal; font-size:10px; font-weight:bold;}
