#bubble_tooltip{
        top:50%;
        left:50%; 

        margin-top:120px;
        margin-left:-210px;
        background-color:#F7FFFF;
	position:absolute;
	display:none;
        border:#000000 solid 1px;
}

#bubble_tooltip .bubble_top{
	background-repeat:no-repeat;
	height:16px;	
}
#bubble_tooltip .bubble_middle{
	background-repeat:repeat-y;	
	background-position:bottom left;
	padding-left:7px;
	padding-right:7px;
        overflow:hidden;
}
#bubble_tooltip .bubble_middle span{
        position:relative;
	top:-8px;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size:11px;
}
#bubble_tooltip .bubble_bottom{
	background-repeat:no-repeat;
	background-repeat:no-repeat;	
	height:1px;
	top:-8px;
}
