#bubble_intable {
	background-image:url(../images/tooltip/m.html);
}
#bubble_intable_margin{
	margin: 5px 5px;	
}
#bubble_tooltip{
	position:absolute;
	display:none;
	color: #FFF;
}
#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;
}
#bubble_tooltip .bubble_middle span{
	position:relative;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-weight:bolder;
	font-size:11px;
	color: #fff;
	text-shadow: 2px 2px #000;
}
#bubble_tooltip .bubble_bottom{
	background-repeat:no-repeat;
	background-repeat:no-repeat;	
	height:44px;
	position:relative;
	top:-6px;
}