.tool-tip {
text-align:left;
	color: #fff;
	width: 200px;
	z-index: 13000;
}
.tool-title {
text-align:left;
	font-weight: bold;
	font-size: 11px;
	margin: 0;
min-height:5px;
	color: #9FD4FF;
	padding: 8px 8px 4px;
	background: url(/images/default/tips/bubble2.png) top left;
}
.tool-text {
text-align:left;
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(/images/default/tips/bubble2.png) bottom right;
}
.custom-tip {
text-align:left;
	color: #000;
	width: 191px;
	z-index: 13000;
}
.custom-title {
text-align:left;
	font-weight: bold;	
font-size: 11px;
	margin: 0;	
color: #3E4F14;	padding: 8px 8px 4px;
background: #C3DF7D;	
border-bottom: 1px solid #B5CF74;
}
.custom-text {
text-align:left;	
font-size: 11px;
	padding: 4px 8px 8px;
	background: #CFDFA7;
}