#bubble_tooltip{
	width:147px;
	position:absolute;
	display:none;
}
#bubble_tooltip .bubble_top{
	background-image: url('../images/booble_1.png');
	background-repeat:repeat-y;
	width:145px;
      height:20px;	
}
#bubble_tooltip .bubble_middle{
	background-image: url('../images/booble_2.png');
	background-repeat:repeat-y;	
	padding-left:6px;
	padding-right:25px;
      width:135px;
      text-align:center;
	color:#fff;
}
#bubble_tooltip .bubble_middle span{
	position:relative;
	top:-7px;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size:11px;
	width:145px;
}
#bubble_tooltip .bubble_bottom{
	background-image: url('../images/booble_3.png');
	background-repeat:no-repeat;
	background-repeat:no-repeat;	
	height:44px;
	position:relative;
	top:-5px;
}
