#bubble_tooltip{
	width:147px;
	position:absolute;
	display:none;
	margin-left: 70px;
}
#bubble_tooltip .bubble_top{
	background-image: url('../img/balao/bubble_top.png');
	background-repeat:no-repeat;
	height:9px;	
}
#bubble_tooltip .bubble_middle{
	background-image: url('../img/balao/bubble_middle.png');
	background-repeat:repeat-y;	
	background-position:bottom left;
	height: 10px;
}
#bubble_tooltip .bubble_middle span{
	position:relative;
	top:-4px;
	left: -13px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #000033;
	font-weight: normal;
	
}
#bubble_tooltip .bubble_bottom{
	background-image: url('../img/balao/bubble_bottom.png');
	background-repeat:no-repeat;
	background-repeat:no-repeat;	
	height:38px;
	position:relative;
	top:-6px;
}