.tool-tip {
	color: #fff;
	z-index: 13000
}		 
.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #9FD4FF;
	padding: 8px 8px 4px;
	background: url('../imagens/tooltip_bubble.png') top left;
}
 
.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url('../imagens/tooltip_bubble.png') bottom right;
}
.tool-text A {
	color:#069;
}
.tool-text h4 { text-align:center; margin:0 0 10px 0; font-size:90%; }
