#bubble_tooltip{	
	position:absolute;
	display:none; /* none block*/
	z-index:10;
	background-color:Transparent;	

}
.leftBorder
{
	float: left;
	position:relative;
	top:-12px;
	background-image: url('../Image/BubleTollTip/SourceN2/LeftBorderWhite.gif');
	background-repeat:no-repeat;
	width:4px;
	height:26px;	
}
 .bubble_middle{
	background-image: url('../Image/BubleTollTip/SourceN2/BlankTip.gif');
	background-repeat:no-repeat;	
	background-position:right top;
	
	padding-right:10px;
	padding-top:12px;
	margin-bottom:6px;
	text-align:center;
	color: #231f20;
	height:15px;
	white-space:nowrap;
}
#bubble_tooltip .bubble_middle span{
	position:relative;
	top:-8px;
	font-family: Arial;
	font-weight: bold;
	font-size:11px;
	padding-left: 8px;
}
