.tool-tip {
	color: #fff;
	width: 100px;
	height: 53px;
	z-index: 13000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #9FD4FF;
	/*padding: 8px 8px 4px;*/
	background: url(../images/bubble.png) top left;
	height: 41px;
}
.tool-text {
	font-size: 11px;
	line-height: 20px;
	padding: 8px 8px 4px;
	background: url(../images/bubble.png) top left;
	height: 41px;
	line-height: 40px;
}
.custom-tip {
	color: #000;
	width: 200px;
	z-index: 13000;
}
.custom-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #3E4F14;
	padding: 8px 8px 4px;
	background: #C3DF7D;
	border-bottom: 1px solid #B5CF74;
}
.custom-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: #CFDFA7;
}