#tooltip {
	position: absolute;
	z-index: 3000;
	width:170px;
	padding:8px 7px 2px 0px;
	font-size:11px;
}

#tooltip #cont {
	position:relative;
	border:1px solid #d8d8d8;
	padding:5px 10px 5px 7px;
	background:#f4f4f4;
	}
#tooltip span {
	width:11px;
	height:21px;
	position:absolute;
	background:url(seta-tooltip.png) no-repeat;
	left:-7px;
	_left:-14px;
	}
#tooltip p {
	margin-bottom:0;
	}