.tool-tip {
	/* description inside tooltip */
	color: #EEE;
	width: 139px;
	z-index: 13000;
}
 
.tool-title {
	font: 14px 'Lucida Sans Unicode',Arial,sans;
	margin: 0;
	color: #FFF;
	padding: 8px 4px;
	padding-bottom:0;
	background: url(../img/tooltip_bg.png) top left;
}
 
.tool-text {
	font-size: 11px;
	padding: 8px 8px;
	background: url(../img/tooltip_bg.png) bottom right;
}

