	#bubble_tooltip{
		width:229px;
		position:absolute;
		display:none;	
	}
	#bubble_tooltip .bubble_middle{
		background-image: url('bubble.png');
		background-repeat:no-repeat;	
		height:40px;
		padding-left:4px;
		padding-right:4px;
	}
	#bubble_tooltip .bubble_middle span{
		position:relative;
		top:9px;
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
		font-size:11px;
	}