#bubble_tooltip{
	width:200px;
	position:absolute;
	display:none;
}
#bubble_tooltip .bubble_top{
	background-image: url(../../images/bubble_top.gif);
	background-repeat:no-repeat;
	height:15px;	
}
#bubble_tooltip .bubble_middle{
	background: #9e356d;
	padding:15px;
	color:#ffffff;
	text-align:left;
	vertical-align: middle;
        
}
#bubble_tooltip .bubble_middle span{
	position:relative;
	top:-8px; 
	font-size:12px;
}
#bubble_tooltip .bubble_bottom{
	background-image: url(../../images/bubble_bottom.gif);
	background-repeat:no-repeat;
	background-repeat:no-repeat;	
	height:3px;
	position:relative;
	top:-3px;
}