#bubble_tooltip{
	width:209px;
    position:absolute;
	display:none;
	z-index:1800; /* to make it above all else */
	/*position:fixed;*/
	text-align:left;
}
#bubble_tooltip .bubble_top{
	background-image: url('../images/bubble_top.png');
	background-repeat:no-repeat;
	height:14px;	
}
#bubble_tooltip .bubble_middle{
	background-image: url('../images/bubble_middle.png');
	background-repeat:no-repeat;	
	background-position:bottom left;
	height:119px;
	padding-left:20px;
	padding-right:20px;
}
#bubble_tooltip .bubble_middle span{
	position:relative;
	top:5px;
	line-height:11px;
	font-family: verdana;
	font-size:10px;
	color:#99cc66
}
#bubble_tooltip .bubble_bottom{
	background-image: url('../images/bubble_bottom.png');
	background-repeat:no-repeat;
	height:29px;
	position:relative;
}