#bubble_tooltip{
	color: #FFFFFF;
	border: #ffffff 1px solid;
	width:247px;
	position:absolute;
	display:none;
	font-weight:bolder;
	text-align:center;
}
#bubble_tooltip .bubble_top{
	background-color: #2E2E2E;
	background-repeat:no-repeat;
	height:16px;	
}
#bubble_tooltip .bubble_middle{
	background-color: #2E2E2E;
	background-repeat:repeat-y;	
	background-position:bottom left;
	padding-left:7px;
	padding-right:7px;
}
#bubble_tooltip .bubble_middle span{
	position:relative;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size:11px;
}
#bubble_tooltip .bubble_bottom{
	background-color: #2E2E2E;
	background-repeat:no-repeat;
	background-repeat:no-repeat;	
	height:16px;
	position:relative;
}