#bubble_tooltip{
	background:#7ec53b;
    margin:-30px 0 0 0;
 
	position:absolute;
	display:none;
	opacity: .8;
    filter: alpha(opacity=80);
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";

}
#bubble_tooltip .bubble_top{}

#bubble_tooltip .bubble_middle{
	display:block; padding:10px;  
	padding-left:7px;
	padding-right:7px;
}








#bubble_tooltip .bubble_middle span{
	position:relative;
	top:-8px;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size:11px;
}
#bubble_tooltip .bubble_bottom{
	background:#0ff;
	height:44px;
	position:relative;
	top:-6px;
}