.tool-tip {
	z-index: 120;
	width: 160px;
	color: #fff;
	font-size: 9px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	text-decoration: none;
}
 
.tool-title {
	height: 80px;
	color: #8DB0A0;
	font-weight: bold;
	text-transform: uppercase;
	padding: 24px 0px 2px 28px;
	background: url(../img/tip.png) top left no-repeat;
}
.tool-text {
	width: 124px;
	margin: -70px 0px 0px 28px;
	padding: 4px 0px 0px 0px;
	border-top: 1px dotted #f4ea1c;
       	line-height:12px;
}