#bubble_tooltip {
	DISPLAY: none; WIDTH: 350px; POSITION: absolute
}
#bubble_tooltip .bubble_top {
	BACKGROUND-IMAGE: url(../images/bubble_top.gif); BACKGROUND-REPEAT: no-repeat; HEIGHT: 12px
}
#bubble_tooltip .bubble_middle {
	PADDING-RIGHT: 15px;
	HEIGHT:auto;
	BACKGROUND-POSITION:  left bottom;
	PADDING-LEFT:15px;
	BACKGROUND-IMAGE: url(../images/bubble_middle.gif);
	BACKGROUND-REPEAT: repeat;
	text-align: justify;
}
#bubble_tooltip .bubble_middle SPAN {
	FONT-SIZE: 12px; FONT-FAMILY: Arial,verdana sans-serif; POSITION: relative; TOP: -8px
}
#bubble_tooltip .bubble_bottom {
	BACKGROUND-IMAGE: url(../images/bubble_bottom.gif); BACKGROUND-REPEAT: no-repeat; POSITION: relative; TOP: -5px; HEIGHT:39px
}
