.tool-tip {
	z-index: 13000;
	width: 139px;
	color: #fff
}
.tool-title {
	font-weight:bold;
	color: #9fd4ff;
	padding:4px 8px 4px 8px;
	margin: 0px;
	background: url(smoke.png) left top;
}
.tool-text {
	padding:4px 8px 4px 8px;
	background: url(smoke.png) right bottom;
}
.custom-tip {
	display:block;
	z-index: 13000;
	width: 200px;
	color: #3366FFG
	}
	
.custom-title {
	font-weight:bold;
	color: #3e4f14;
	margin: 0px;
	padding:4px 8px 4px 8px;
	border-bottom: #b5cf74 1px solid;
	background-color: #94A0EB;
}
.custom-text {
	padding:4px 8px 4px 8px;
	background-color:#FFFFFF;
	text-align:left;
	filter: alpha(Opacity=90);
	opacity: 0.9;
	border-top: solid 4px #3399FF;
	border-bottom: solid 1px #CCCCCC;
	border-right:solid 1px #CCCCCC;
	border-left:solid 1px #CCCCCC;
}
