#bubble_tooltip {
	DISPLAY: none; POSITION: absolute;
}
#bubble_tooltip .bubble_top {
	BACKGROUND-IMAGE: url(../images/bubble_top.gif); BACKGROUND-REPEAT: no-repeat; HEIGHT: 16px
}
#bubble_tooltip .bubble_middle {
	PADDING-RIGHT: 7px; BACKGROUND-POSITION: left bottom; PADDING-LEFT: 7px; BACKGROUND-IMAGE: url(../images/bubble_middle.gif); BACKGROUND-REPEAT: repeat-y
}
#bubble_tooltip .bubble_middle SPAN {
	FONT-SIZE: 11px; FONT-FAMILY: Arial, sans-serif; color:#737373; POSITION: relative; TOP: 1px; left:2px;
}
#bubble_tooltip .bubble_bottom {
	BACKGROUND-IMAGE: url(../images/bubble_bottom.gif); BACKGROUND-REPEAT: no-repeat; POSITION: relative; HEIGHT: 45px
}
.bubble_center {
	PADDING-TOP: 1px; BACKGROUND-IMAGE: url(../images/bubble_center.gif); BACKGROUND-REPEAT: repeat-x
}
