#bubble_tooltip{
	width:161px;
	position:absolute;
	display:none;
}
#bubble_tooltip .bubble_top{
	background: url('/images/bubble_top.png') top left no-repeat;
	height:25px;	
}
#bubble_tooltip .bubble_middle{
	background: url('/images/bubble_middle.png') top left repeat-y;
	padding: 0 18px;
}
#bubble_tooltip .bubble_middle span{
	position:relative;
	font-size:13px;
}
#bubble_tooltip .bubble_bottom{
	background: url('/images/bubble_bottom.png') no-repeat;
	height:50px;
	position:relative;
}