.bubbleTooltip {
	width: 164px;
	color:#FFFFFF;
	font: 14px Arial, Helvetica, sans-serif;
	text-decoration:none;
	text-align:left;
}
.bubbleTooltip span.top {
	padding:8px 15px 5px;
	background: url(../images/bubble2t.png) no-repeat top;
	text-align: center;
	vertical-align: middle;
	white-space: normal;
}
.bubbleTooltip span.bottom {
	padding:15px;
	background: url(../images/bubble2b.png) no-repeat bottom;
}

