#bubble_tooltip{
	width:190px;
	position:absolute;
	display:none;
	padding-left: 30px;
	padding-right: 0px;
}
#bubble_tooltip .bubble_top{
	background-image: url('../images/bubble_top.png');
	background-repeat:no-repeat;
	height:15px;	
		text-align: left;
}
#bubble_tooltip .bubble_middle{
	background-image: url('../images/bubble_middle.png');
	background-repeat: repeat-y;
	background-position:bottom left;
	padding-left:22px;
	padding-right:5px;
	text-align: left;
	
}
#bubble_tooltip .bubble_middle span{
	position: relative;
	top:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #085097;
	font-weight: bold;	
	text-align: left;
	line-height: 12px;
	text-align: left;
	width:180px;
}
#bubble_tooltip .bubble_bottom{
	background-image: url('../images/bubble_bottom.png');
	background-repeat:no-repeat;	
	height:15px;
	position:relative;
	top:0px;
}