#bubble_tooltip{
	width:301px;
	height: 151px;
	position:absolute;
	display:none;
}
#bubble_tooltip .bubble_top{
	background-image: url('../images/bubble_top.gif');
	background-repeat:no-repeat;
	height:16px;	
}
#bubble_tooltip .bubble_middle{
	background-image: url(../images/tooltip.gif);
	background-repeat: no-repeat;
	width:301px;
	height: 151px;
	text-align: justify;
}
#bubble_tooltip .bubble_middle span{
	position:relative;
	top:-2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align: justify;
}
#content_container{
	border: none;
	width: 280px;
	height: 135px;
	margin: 10px 2px 0px 15px ;
	padding-top: 0px;
	padding-top: 8px !important;

}
#bubble_tooltip .bubble_bottom{
	background-image: url('../images/bubble_bottom.gif');
	background-repeat:no-repeat;
	background-repeat:no-repeat;	
	height:44px;
	position:relative;
	top:-6px;
}