div.tool-tip {
	width: 139px;
	z-index: 13000;
}		 

div.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: White;
	padding: 8px 8px 4px;
	background: url(../img/bubble.png) top left;
}
 
div.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(../img/bubble.png) bottom right;
}

div.tool-text span { color: White; }

div.tool-text a {
	color: White;
}
/*
div.tool-loading {
	background: url(../img/ajax_load.gif) center center no-repeat;
	width: 30px;
	height: 30px;
	margin: 0 auto;
	color: White;
}
*/