#bubble_tooltip{
	width:200px;
	position:absolute;
	display:none;
	text-align: center;
}
#bubble_tooltip .bubble_top{
	height:27px;
	background: url(../imagens/bubble_top.png) no-repeat;
}
#bubble_tooltip .bubble_middle{
	padding-left:7px;
	padding-right:7px;
	background: url(../imagens/bubble_middle.png) repeat-y left bottom;
}
#bubble_tooltip .bubble_middle span{
	position:relative;
	top:-8px;
	font: 11px "Trebuchet MS", "Lucida Sans Unicode", Arial, sans-serif;
	color: #778A9A;
}
#bubble_tooltip .bubble_bottom{
	background-repeat:no-repeat;
	height:52px;
	position:relative;
	top:-5px;
	background: url(../imagens/bubble_bottom.png) no-repeat;
}