#bubble_tooltip{
	width:180px;
	height:100px;
	position:absolute;
	border:1px black solid;
	display:none;
	background-color:white;
	z-index: 100;
}
#bubble_tooltip .bubble_top{
	background-color:white;
	height:16px;
}
#bubble_tooltip .bubble_middle{
	background-color:white;
	padding-left:7px;
	padding-right:7px;
}
#bubble_tooltip .bubble_middle span{
	position:relative;
	top:-8px;
	font-family: Tahoma, Arial, helvetica;
	font-size:10px;
	color:black;
	background-color:white;
}
#bubble_tooltip .bubble_bottom{
	background-color:white;
	height:4px;
	position:relative;
	top:-6px;
}