#bubble_tooltip{
	line-height:29px;
	width:500px;
	position:absolute;
	display:none;
}
#ubble_tooltip p {
	text-indent:1em;
	padding-right:1em;
}

#bubble_top{
	height:15px;
	line-height:15px;
}
#bubble_top .bubble_top_l {
	background-image: url('../images/tooltip/bubble_top_l.gif') ;
	background-repeat:no-repeat ;
	width:17px;
	float:left;
}
#bubble_top .bubble_top_m {
	background-image:url('../images/tooltip/bubble_top.gif') ;
	background-repeat:repeat-x;
	float:left;
	width:463px;
}
#bubble_top .bubble_top_r {
	background-image: url('../images/tooltip/bubble_top_r.gif') ;
	background-repeat:no-repeat ;
	width:20px;
	float:left;
}

#bubble_middle{
/*
	background: url('../images/tooltip/bubble_middle_l.gif') ;
	background-position:left center;
	background-repeat:repeat-y ;
*/
	width:100%;
	height:100%;
	display:block;
	clear:both;
}

#bubble_tooltip_content{
	position:relative;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size:100%;
	float:left;
	width:469px;
	height:100%;
	background: url('../images/tooltip/bubble_middle.gif') ;
	background-repeat:repeat-y ;
	background-position:right center;
	background-color:white;
	padding-left:17px;
	padding-right:14px;
}

#bubble_bottom{
	width:100%;
	height:85px;
	lihe-height:85px;
	position:relative;
	clear:both;
}
#bubble_bottom .bubble_bottom_l{
	background-image: url('../images/tooltip/bubble_bottom_l.gif') ;
	background-repeat:no-repeat ;
	width:17px;
	float:left;
}
#bubble_bottom .bubble_bottom_a {
	background-image: url('../images/tooltip/bubble_bottom.gif');
	background-repeat:repeat-x;
	width:463px;
	float:left;
}
#bubble_bottom .bubble_bottom_r{
	background-image: url('../images/tooltip/bubble_bottom_r.gif') ;
	background-repeat:no-repeat ;
	width:20px;
	float:right;
}

.tooltip {
	padding-left:2em;
	font-size:100%;
}

