#bubble_tooltip{
	width:180px;
	position:absolute;
	display:none;
	margin-left:20px;
}
#bubble_tooltip .bubble_top{
	background-image: url('../tooltip/bubble_top1.gif');
	background-repeat:no-repeat;
	height:8px;	
	margin-left:8px;
}
#bubble_tooltip .bubble_middle{
	background-image: url('../tooltip/bubble_middle1.gif');
	background-repeat:repeat-y;	
	background-position:bottom left;
	padding-left:9px;
	padding-right:7px;
	margin-left:8px;
	text-align:left;
}
#bubble_tooltip .bubble_middle span{
	position:relative;
	top:0px;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size:11px;
}
#bubble_tooltip .bubble_bottom{
	background-image: url('../tooltip/bubble_bottom1.gif');
	background-repeat:no-repeat;
	background-repeat:no-repeat;	
	height:44px;
	position:relative;
	top:0px;
}
