.tool-tip {
	color: #4a9d9f;
	z-index: 13000;
	background: url('../imagens/JS/mootips/bg.png') top left no-repeat;
	padding: 27px;
}
.tool-bottom {
	width: 130%;
	height: 26px;
	margin-top: -22px;
	margin-left: -35px;
	/*background: url('../imagens/JS/mootips/bg_b.png') top left repeat-y;*/
}
.tool-title {
	font-weight: bold;
	font-size: 14px;
	width: 243px;
	display: block;
	/*background: url('../imagens/JS/mootips/bg_t.png') top left;*/
}

.tool-text {
	font-size: 11px;
	padding: 0 8px;
	/*background: url('../imagens/JS/mootips/bg_b.png') bottom left;*/
}
.tool-text A {
	color:#4a9d9f;
}
.tool-loading {
	background: url('../imagens/JS/mootips/ajax_load.gif') center center no-repeat;
	width: 30px;
	height: 30px;
	margin: 0 auto;
}