#bubble_tooltip{
	width:170px;
	position:absolute;
	display:none;
	margin-top:-15px;
	margin-left:60px;
	text-align:left;
}
#bubble_tooltip .bubble_top{
	background-image: url('../imagens/bubble_top.png');
	background-repeat:no-repeat;
	height:13px;	
}
#bubble_tooltip .bubble_middle{
	background-image: url('../imagens/bubble_middle.png');
	background-repeat:repeat-y;	
	background-position:bottom left;
	padding-left:14px;
	padding-right:14px;
}
#bubble_tooltip .bubble_middle span{
	position:relative;
	font-family: Arial;
	color:#FFF;
	font-size:12px;
	text-align:left;
	line-height:12px;
}
#bubble_tooltip .bubble_bottom{
	background-image: url('../imagens/bubble_bottom.png');
	background-repeat:no-repeat;
	background-repeat:no-repeat;	
	height:25px;
	position:relative;
}