#bubble_tooltip{
	width:272px;
	position:absolute;
	display:none;	
}
#bubble_tooltip .bubble_top{
	background-image: url('../images/bubble_top.gif');
	background-repeat:no-repeat;
	height:37px;	
}
#bubble_tooltip .bubble_middle{
	background-image: url('../images/bubble_middle.gif');
	background-repeat:repeat-y;	
	background-position:bottom left;
	padding-left:18px;
	padding-right:20px;
	padding-bottom:8px;	
}
#bubble_tooltip .bubble_middle span{
	position:relative;
	color: #999;
	top:-8px;
	font-size:11px;
	font-weight: normal;
}
#bubble_tooltip .bubble_bottom{
	background-image: url('../images/bubble_bottom.gif');
	background-repeat:no-repeat;
	height:11px;
	position:relative;
	top:-6px;
}
.hide {
	display: none;
}

.btClose {
	display: block;
	width: 20px;
	height: 22px;
	float: right;
	margin-top: -14px;
	margin-right: -4px;
	/* background-color:#FFFF00; */
}