#bubble_tooltip{
	width:247px;
	position:absolute;
	display:none;border:1px solid #990000;
	height:auto;background-color:#1c1c1c;
}
#bubble_tooltip .bubble_top{
	/*background-image: url('../images/bubble_top.gif');
	background-repeat:no-repeat;*/
	background-color:#1c1c1c;
	color:#FFFFFF;
	height:16px;	
	
}
#bubble_tooltip .bubble_middle{
	/*background-image: url('../images/bubble_middle.gif');*/background-color:#1c1c1c;
	color:#FFFFFF;
	background-repeat:repeat-y;	
	background-position:bottom left;
	padding-left:7px;
	padding-right:7px;
}
#bubble_tooltip .bubble_middle span{
	position:relative;
	top:-8px;
	font-family: Arial, sans-serif;
	font-size:11px;
}
#bubble_tooltip .bubble_bottom{
	/*background-image: url('../images/bubble_bottom.gif');*/background-color:#999999;
	color:#FFFFFF;
	background-repeat:no-repeat;
	background-repeat:no-repeat;	
	
	position:relative;
	top:-6px;
}