#bubble_tooltip{
	width:360px;
	position:absolute;
	display:none;
    z-index: 3000;
}

#bubble_tooltip .bubble_middle {background-color: #ffffdd; padding: 3px 7px 3px 7px; border: 1px solid black;  position:relative; z-index: 3000;}

#bubble_tooltip .bubble_middle span {position: relative; top: 0px; font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif; font-size: 11px; font-weight: bold;}

