#bubble_tooltip{
	width:250px;
	position:absolute;
	display:none;
	z-index:700;
	background-color:#ffffff;
	border:1px solid #7b6c4a;
}
#bubble_tooltip .bubble_top{
	background-color:#ffffff;
	background-repeat:no-repeat;
	height:20px;
	position:relative;
	z-index:700;
}
#bubble_tooltip .bubble_middle{
	background-color:#ffffff;
	padding-left:7px;
	padding-right:7px;
	position:relative;
	z-index:700;
}
#bubble_tooltip .bubble_middle span{
	position:relative;
	top:-8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	position:relative;
	z-index:700;
}
#bubble_tooltip .bubble_bottom{
	background-color:#ffffff;
	height:5px;
	position:relative;
	top:-6px;
	position:relative;
	z-index:700;
}
