.tip {
	color: #fff;
	width: 172px;
	z-index: 13000;
}

.tip-title {
  font: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #9FD4FF;
	padding: 8px 8px 4px;
	background: url(bubble.png) top left !important;
	background: url(bubble.gif) top left;
}

.tip-text {
	font-size: 11px;
	margin: 0px;
	color: #FFFFFF;
	padding: 4px 8px 8px;
	background: url(bubble.png) bottom right !important;
	background: url(bubble.gif) bottom right;
}
