.bubbleTooltip * {
	color:#FFFFFF;
}

.bubbleTooltip {
	width: 300px;
	text-decoration:none;
	font: 12px sans-serif;
	text-align:justify;
}
.bubbleTooltip span.top {
	padding: 30px 8px 0;
	background: url(bubble.gif) no-repeat top;
}
.bubbleTooltip span.bottom {
	padding:3px 8px 15px;
	color: #000;
	background: url(bubble.gif) no-repeat bottom;
}