#bubble_tooltip{
	width:197px;
	position:absolute;
	display:none;
	padding-left: 60px;
	padding-right: 0px;
}
#bubble_tooltip .bubble_top{
	background-image: url('../images/bubble_top.png');
	background-repeat:no-repeat;
	height:20px;	
}
#bubble_tooltip .bubble_middle{
	background-image: url('../images/bubble_middle.png');
	background-repeat: repeat-y;
	background-position:bottom left;
	padding-left:13px;
	padding-right:0px;
}
#bubble_tooltip .bubble_middle span{
	position:relative;
	top:-8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	text-align: center;
	width: 197px;
}
#bubble_tooltip .bubble_bottom{
	background-image: url('../images/bubble_bottom.png');
	background-repeat:no-repeat;	
	height:48px;
	position:relative;
	top:0px;
}