#bubble_tooltip{		
	width:177px;		
	position:absolute;	
	display:none;	
}	

#bubble_tooltip .bubble_middle{	
	padding-left:7px;		
	padding-right:7px;		
	margin-bottom: 8px;	
}	

#bubble_tooltip .bubble_middle span{	
	position:relative;		
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif; 
	font-size:11px;		
}

.bubble_middle {
	background-image: url(../img/bg.png);
	width: 170px;
	height: 100px;
	border: 1px solid #ffffff;
	text-align: left;
	color: #ffffff;
	font-weight: bold;
}

.bubble_middle img {
	margin-left: 10px;
}

