.tool-tip {
	color: #fff;
	width: 139px;
	z-index: 13000;
		}
 
.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #9FD4FF;
	padding: 8px 8px 4px;
	}
 
.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	}

.tool-bottom {

}
 
.custom-tip {
	color: #000;
	width: 200px;
	z-index: 13000;
	}
 
.custom-title {
	font-weight: bold;
	font-size: 11px;
	background: #CFDFA7;
	margin: 0;
	color: #fff;
	padding: 8px 8px 4px;
	border-bottom: 1px solid #B5CF74;
	opacity: 0.9;
	-moz-opacity: 0.9;
	filter: alpha(opacity=90);
	background:url(../images/tiptop.png) top left;
	
}
 
.custom-text {
	font-size: 10px;
	padding: 4px 8px 8px;
	background: #CFDFA7;
	opacity: 0.9;
	-moz-opacity: 0.9;
	filter: alpha(opacity=90);
	background:url(../images/tipbot.png) bottom right;
}



