#bubble_tooltip{
	width:300px;
	position:absolute;
	display:none;
	z-index:2000;
	left:0;
	top:0;
}
#bubble_tooltip .bubble_top{
	background-image: url('bubble_top.png');
	background-repeat:no-repeat;
	height:16px;	
}
#bubble_tooltip .bubble_middle{
	background-image: url('bubble_middle.png');
	background-repeat:repeat-y;	
	background-position:bottom left;
	padding:0 10px;
}
#bubble_tooltip .bubble_middle span{
	text-align:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
#bubble_tooltip .bubble_bottom{
	background-image: url('bubble_bottom.png');
	background-repeat:no-repeat;
	height:44px;
	position:relative;
}