/* tips */
.tool-tip {
	color: #fff;
	width: 300px;
	z-index: 13000;
}
 
.tool-title {
	font-weight: bold;
	font-size: 10px;
	margin: 0;
	color: #fff;
	padding: 5px;
	background: url(../images/tips-top.png) top left;
}
 
.tool-text {
	font-size: 10px;
	padding: 0 5px 5px;
	color: #95b20c;
	background: url(../images/tips-bottom.png) bottom right;
}
