#bubble_tooltip{
	width:180px;
	position:absolute;
	display:none;
}
#bubble_tooltip .bubble_top{
	background-image: url('/js/bubble-tooltip/images/bubble_top3.gif');
	background-repeat:no-repeat;
	height:20px;	
}
#bubble_tooltip .bubble_middle{
	background-image: url('/js/bubble-tooltip/images/bubble_middle3.gif');
	background-repeat:repeat-y;	
	background-position:bottom left;
	padding-left:12px;
	padding-right:12px;
}
#bubble_tooltip .bubble_middle span{
	position:relative;
	color:#003399;
	top:-1px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:8pt;
}
#bubble_tooltip .bubble_bottom{
	background-image: url('/js/bubble-tooltip/images/bubble_bottom3.gif');
	background-repeat:no-repeat;
	background-repeat:no-repeat;	
	height:55px;
	position:relative;
	top:-1px;
}