.tool-tip {
	color: #fff;
	width: 153px;
	z-index: 13000;
}
 
.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #FFF;
	padding: 7px 7px 0 14px;
	background: url(/images/tip-top.png) top left;
}
 
.tool-text {
	font-size: 11px;
	padding: 0 7px 29px 14px;
	background: url(/images/tip-bottom.png) bottom right;
}