#tooltip {
	position: absolute;
	z-index: 3000;
	width: 250px;
	padding:8px 7px 2px 10px;
	font-size:11px;
}

#tooltip #cont {
	position:relative;
	border:1px solid #e8cb64;
	padding:5px 10px 5px 7px;
	background:#FFF4CD;
	}
#tooltip #cont h3{
	margin-bottom: 7px
}
#tooltip #cont li {
	background:url(../img/seta_tooltip.gif) no-repeat left center;
	padding-left: 12px	
}	
#tooltip span {
	width:11px;
	height:21px;
	position:absolute;
	background:url(../img/seta-tooltip.gif) no-repeat;
	left:-11px;
	_left:-18px;
	}
#tooltip p { margin-bottom:0;}
