#bubble_tooltip {
	POSITION: absolute;
	WIDTH: 147px;
	background:#fff;
	border:solid #CCC 1px;
		PADDING: 7px;
margin:-20px 0 0 0px;
	DISPLAY: none
}
#bubble_tooltip .bubble_top {
	BACKGROUND: url(../images/bubble_top.gif) red;
	HEIGHT: 16px
}
#bubble_tooltip .bubble_middle {
	BACKGROUND-IMAGE: url(../images/bubble_middle.gif) repeat-y left bottom green;
	PADDING: 7px;



}
#bubble_tooltip .bubble_middle SPAN {
	POSITION: relative;
	FONT-FAMILY: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	FONT-SIZE: 11px;
	TOP: -8px
}
#bubble_tooltip .bubble_bottom {
	BACKGROUND: url(../images/bubble_bottom.gif) yellow;
	POSITION: relative;
	display:none;
	HEIGHT: 44px;
	TOP: -6px
}

