	#bubble_tooltip{
		width:147px;
		position:absolute;
		display:none;
	}
	
	/** There are only 2 types of middles **/
	#bubble_tooltip .middle {
		background-image: url('../images/bubble/middle.gif');
		background-repeat:repeat-y;	
		background-position:bottom left;
		padding-left:7px;
		padding-right:7px;
	}
	
	#bubble_tooltip .middle_flip {
		background-image: url('../images/bubble/middle_flip.gif');
		background-repeat:repeat-y;	
		background-position:bottom left;
		padding-left:10px;
		padding-right:7px;
	}
	
	#bubble_tooltip .middle span, #bubble_tooltip .middle_flip span {
		position:relative;
		top:-8px;
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
		font-size:11px;
	}
	
	/** Point on the lower right **/
	#bubble_tooltip .lr_top {
		background-image: url('../images/bubble/top.gif');
		background-repeat:no-repeat;
		height:16px;	
	}
	#bubble_tooltip .lr_bottom {
		background-image: url('../images/bubble/lr_bottom.gif');
		background-repeat:no-repeat;
		background-repeat:no-repeat;	
		height:44px;
		position:relative;
		top:-6px;
	}
	
	/** Point in the lower left **/
	#bubble_tooltip .ll_top {
		background-image: url('../images/bubble/top_flip.gif');
		background-repeat:no-repeat;
		height:16px;	
	}
	#bubble_tooltip .ll_bottom {
		background-image: url('../images/bubble/ll_bottom.gif');
		background-repeat:no-repeat;
		background-repeat:no-repeat;	
		height:44px;
		position:relative;
		top:-6px;
	}
	
	/** Point in the upper right **/
	#bubble_tooltip .ur_top {
		background-image: url('../images/bubble/ur_top.gif');
		background-repeat:no-repeat;
		height:44px;	
	}
	#bubble_tooltip .ur_bottom {
		background-image: url('../images/bubble/bottom.gif');
		background-repeat:no-repeat;
		background-repeat:no-repeat;	
		height:16px;
		position:relative;
		top:-6px;
	}
	
	/** Point in the upper left **/
	#bubble_tooltip .ul_top {
		background-image: url('../images/bubble/ul_top.gif');
		background-repeat:no-repeat;
		height:44px;	
	}
	#bubble_tooltip .ul_bottom {
		background-image: url('../images/bubble/bottom_flip.gif');
		background-repeat:no-repeat;
		background-repeat:no-repeat;	
		height:16px;
		position:relative;
		top:-6px;	
	}
