/* CSS Document */
.tool-tip {
	color: #fff;
	width: 139px;
	z-index: 13000;
}
 
.tool-title {
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #F6F76B;
	padding: 8px 8px 3px;
	background: url(../img/bubble.png) top left;
}
 
.tool-text {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 3px 8px 8px;
	background: url(../img/bubble.png) bottom right;
}

