#bubble_tooltip{
	width:147px;
	position:absolute;
	display:none;
}
#bubble_tooltip .bubble_top{
	background-image: url('../images/overlay-top.png');
	background-repeat:no-repeat;
	background-position:center;
	height:10px;	
	width:302px;
}
#bubble_tooltip .bubble_middle{
	background-image: url('../images/overlay-middle.png');
	background-position:center;
	background-repeat:repeat-y;
	width:302px;
	
}
#bubble_tooltip .bubble_middle div{
	position:relative;
	top:-8px;
	font-family: arial, Lucida Sans Unicode, Arial, sans-serif;
	font-size:12px;
	padding:10px 15px 10px 15px;
}
#bubble_tooltip .bubble_bottom{
	background-image: url('../images/overlaybottom.png');
	background-repeat:no-repeat;	
	background-position:center;
	height:46px;
	position:relative;
	top:-2px;
	width:302px;
}
