#bubble_tooltip{
	width:420px;
	position:absolute;
	display:none;
}
#bubble_tooltip .bubble_top{
	border-top:1px solid #7A8F9E;
}
#bubble_tooltip .bubble_middle{
	border-left:1px solid #7A8F9E;
	border-right:1px solid #7A8F9E;
	background-image:url(../image/back_help.jpg);
	background-repeat:repeat-x;
	padding-left:7px;
	padding-right:7px;
	padding-top:4px;
	padding-bottom:4px;
}
#bubble_tooltip .bubble_middle span{
	position:relative;
	font-family: Tahoma;
	color:#354048;
	font-size:10px;
}
#bubble_tooltip .bubble_bottom{
	border-bottom:1px solid #7A8F9E;
	position:relative;
	margin-bottom:20px;
}