	#bubble_tooltip{
		width:147px;
		position:absolute;
		display:none;
		filter:alpha(opacity=90);
		-moz-opacity:0.9;
	}
	#bubble_tooltip .bubble_top{
		background-image: url(/bubble_top.gif);
		background-repeat:no-repeat;
		height:14px;	
	}
	#bubble_tooltip .bubble_middle{
		background-image: url(/bubble_middle.gif);
		background-repeat:repeat-y;
		text-align:center;
		background-position:bottom left;
		padding-left:3px;
		padding-right:3px;
	}
	#bubble_tooltip .bubble_middle span{
		position:relative;
		top:-8px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-weight:bold;
		color:#333333;
		text-transform:none;
		font-size:14px;
	}
	#bubble_tooltip .bubble_bottom{
		background-image: url(/bubble_bottom.gif);
		background-repeat:no-repeat;
		background-repeat:no-repeat;	
		height:14px;
		position:relative;
		top:-6px;
	}