#bubble_tooltip{
	width:200px;
	position:absolute;
	display:none;
	z-index: 2;
	top:90px;
}
#bubble_tooltip .bubble_top{
 	background-repeat:no-repeat;
	height:5px;	
	top:60px;	
}
#bubble_tooltip .bubble_middle{
	background-repeat:repeat-y;	
	background-position:bottom left;
	padding-left:5px;
	padding-right:5px;
	top:60px;	
}
#bubble_tooltip .bubble_middle span{
	position:relative;
	top:60px;
	font-family: Arial;
	color:#3d7c94;
	font-size:12px;
}
#bubble_tooltip .bubble_bottom{
	background-repeat:no-repeat;
	background-repeat:no-repeat;	
	height:5px;
	position:relative;
	top:60px;
}

