#bubble_tooltip{
	width:147px;
	position:absolute;
	display:none;
}
#bubble_tooltip .bubble_top{
	background-color:#f8fac3;
	border-top:1px solid #FA9000;
	border-left:1px solid #FA9000;
	border-right:1px solid #FA9000;
	height:16px;	
}
#bubble_tooltip .bubble_middle{
	background-color:#f8fac3;
	border-left:1px solid #FA9000;
	border-right:1px solid #FA9000;
	padding-left:7px;
	padding-right:7px;
}
#bubble_tooltip .bubble_middle span.maintolltip{
	position:relative;
	top:-8px;
	font-family: Arial, sans-serif;
	font-size:12px;
	white-space:normal;
}
	
#bubble_tooltip .bubble_bottom{
	background-color:#f8fac3;
	border-bottom:1px solid #FA9000;
	border-left:1px solid #FA9000;
	border-right:1px solid #FA9000;
	height:44px;
	position:relative;
	top:-6px;
}