#bubble_tooltip{
	width:150px;
	position:absolute;
	display:none;
}
#bubble_tooltip .bubble_top{
	background-color:#e7e7e7;
	border-top:1px solid #d9d9d9;
	border-left:1px solid #d9d9d9;
	border-right:1px solid #d9d9d9;
	height:16px;	
}
#bubble_tooltip .bubble_middle{
	background-color:#e7e7e7;
	border-left:1px solid #d9d9d9;
	border-right:1px solid #d9d9d9;
	padding-left:7px;
	padding-right:7px;
	padding-bottom:10px;
	text-align:right;
}
#bubble_tooltip .bubble_middle span.maintolltip{
	position:relative;
	top:-8px;
	font-family:Arial;
	font-size:11px;
}
#bubble_tooltip .bubble_bottom{
	background-color:#e7e7e7;
	border-bottom:1px solid #d9d9d9;
	border-left:1px solid #d9d9d9;
	border-right:1px solid #d9d9d9;
	height:44px;
	position:relative;
	top:-6px;
}

