#bubble_tooltip{
	width:300px;
	position:absolute;
	display:none;
	background-color: ffffcc;
	}
#bubble_tooltip .bubble_top{
	background-image: url('../images/bubble-blue300.gif');
	background-repeat:no-repeat;
	height:10px;	
	background-color: ffffcc;
}
#bubble_tooltip .bubble_middle{
	background-image: url('../images/bubble-blue300.gif');
	background-repeat:repeat-y;	
	background-position:bottom left;
	padding-left:9px;
	padding-right:9px;
	background-color: ffffcc;
}
#bubble_tooltip .bubble_middle span{
	position:relative;
	top:3px;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size:11px;
	background-color: ffffcc;
}
#bubble_tooltip .bubble_bottom{
	background-image: url('../images/bubble-blue300.gif'');
	background-repeat:no-repeat;
	height:20px;
	position:relative;
	top:70px;
	background-color: ffffcc;
}
