#bubble_tooltip{
	width:181px;
	position:absolute;
	display:none;
	color:white;
	
}
#bubble_tooltip .bubble_top{
	background-image: url('../../../../image/bubble/arrowtop.gif');
	background-repeat:no-repeat;
	background-position:top left;
	height:6px;
}
#bubble_tooltip .bubble_middle{
	padding:7px;
	background-color:#676594;
}
#bubble_tooltip .bubble_middle span{
	position:relative;
	font-size:11px;
}
#bubble_tooltip .bubble_bottom{
	position:relative;
	background-color:#676594;
	height:6px;
	
}
