#bubble_tooltip {
	DISPLAY: none; WIDTH: 185px; POSITION: absolute
}
#bubble_tooltip .bubble_top {
	BACKGROUND-IMAGE: url(/images/balloon_bottom.gif); BACKGROUND-REPEAT: no-repeat; HEIGHT: 20px
}
#bubble_tooltip .bubble_middle {
	PADDING-RIGHT: 25px; BACKGROUND-POSITION: left bottom; PADDING-LEFT: 25px; BACKGROUND-IMAGE: url(/images/balloon_middle.gif); PADDING-TOP: 10px; BACKGROUND-REPEAT: repeat-y
}
#bubble_tooltip .bubble_middle SPAN {
	FONT-SIZE: 11px; FONT-FAMILY: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif; POSITION: relative; TOP: -8px
}
#bubble_tooltip .bubble_bottom {
	BACKGROUND-IMAGE: url(/images/balloon_top.gif); BACKGROUND-REPEAT: no-repeat; POSITION: relative; HEIGHT: 16px
}
