	#bubble_tooltip{
		width:180px;
		position:absolute;
		display:none;
		color:#FFFFFF;
		z-index:10000;
	}
	#bubble_tooltip .bubble_top{
		background-image: url('../images/bubble_top.png');
		background-repeat:no-repeat;
		height:16px;
		color:#FFFFFF;
		z-index:10000;
		width:200px;	
	}
	#bubble_tooltip .bubble_middle{
		background-image: url('../images/bubble_middle.png');
		background-repeat:repeat-y;	
		padding-left:20px;
		padding-right:20px;
		width:160px;
		color:#FFFFFF;
		z-index:10000;
	}
	#bubble_tooltip .bubble_middle span{
		top:-8px;
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
		font-size:11px;
		color:#FFFFFF;
		z-index:10000;
	}
	#bubble_tooltip .bubble_bottom{
		background-image: url('../images/bubble_bottom.png');
		background-repeat:no-repeat;
		background-repeat:no-repeat;	
		height:44px;
		top:-6px;
		color:#FFFFFF;
		z-index:10000;
		width:200px;
	}