#bubble_tooltip{
	width:438px;
	position:absolute;
	display:none;
}
#bubble_tooltip .bubble_top{
	background-image: url(images/bubble_top-trans.png);
	background-repeat:no-repeat;
	height:10px;	
}
#bubble_tooltip .bubble_middle{
	background-image: url(images/bubble_middle-trans.png);
	background-repeat:repeat-y;	
	background-position:bottom left;
	padding: 12px 12px 5px 12px;
}
#bubble_tooltip .bubble_middle span{
	position:relative;
	top:-8px;

}
#bubble_tooltip .bubble_bottom{
	background-image: url(images/bubble_bottom-trans.png);
	background-repeat:no-repeat;
	background-repeat:no-repeat;	
	height:12px;
	position:relative;
	top:-6px;
}

DIV.bubble_pic {float: left; width: 210px}
DIV.bubble_text {float: left; color: #76a2d9; font-family: arial; font-size: 13px; margin: 12px 0px 0px 10px}
.bubble_title {color: #264182; font-family: arial; font-size: 18px}

DIv.clear {clear: both}