#bubble_tooltip{		
	width:177px;		
	position:absolute;	
	display:none;	
	margin-bottom: 10px;
}	

#bubble_tooltip .bubble_middle{	
	background-repeat:repeat-y;	
	background-position:bottom left;	
	padding-left:7px;		
	padding-right:7px;		
	margin-bottom: 20px;	
}	

#bubble_tooltip .bubble_middle span{	
	position:relative;		
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif; 
	font-size:11px;		
}

.bubble_middle {
	background-color: #DDDDDD;
	border: 1px solid #CC0000;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
	margin-bottom: 10px;
}