
.tool-tip {
	color: #fff;
	width: 200px;
	z-index: 100000;
}
.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #c7e5fd;
	padding: 8px 8px 4px;
	background: url(../images/bubble.png) top left;
}
.tool-notitle {
	height:1px;
	font-weight: bold;
	font-size:0px;
	margin: 0;
	color: #9FD4FF;
	padding: 0px 0px 4px;
	background: url(../images/bubble.png) top left;
}
.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(../images/bubble.png) bottom right;
}
