#bubble_tooltip{
	width:250px;
	position:absolute;
	display:none;
}

#bubble_tooltip .bubble_top{
	background-image: url('bubble_top.gif');
	background-repeat:no-repeat;
	height:14px;
	float:left;
	width:220px;
}
#bubble_tooltip .bubble_middle{
	background-image: url('bubble_middle.gif');
	background-repeat:repeat-y;	
	background-position:bottom left;
	float:left;
	width:220px;
	}
#bubble_tooltip .bubble_middle span{
	position:relative;
	top:-8px;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size:12px;
}


#bubble_tooltip .bubble_bottom{
	background-image: url('bubble_bottom.gif');
	background-repeat:no-repeat;
	background-repeat:no-repeat;	
	height:50px;
	float:left;
	width:220px;
}

#bubble_tooltip .bubble_middle ul {
float:left;
list-style:inside;
padding-left:25px;
margin:0px;
}

* html #bubble_tooltip .bubble_middle ul {
margin-left:-10px;

}

* + html #bubble_tooltip .bubble_middle ul {
margin-left:-10px;
padding-top:10px;
}
