#tooltip {
	position: absolute;
	z-index: 3000;
	/*border: 1px solid #111;*/
	/*background-color: #eee;*/
	padding: 5px;
	opacity: 1;
}
#tooltip h3, #tooltip div { margin: 0; color:red; }


.pretty {
	font-family: Arial;
	border: none;
	width: 140px;
	padding:20px;
	height: 65px;
	opacity: 0.9;
	background: url('../img/balao.png') no-repeat;
	
}
.pretty  p{
	line-height:10px;
	font-size:11px;
	text-align:center;
	padding:2px 10px 2px 0;
}
.pretty  p.tit{
	color:#626262;
	font-size:11px;
	font-weight:bold;
}
.pretty  p.texto{
	font-size:9px;
	color:#626262;

}
