

.tool-tip {
	color: #fff;
	width: 150px;
	z-index: 13000;
}
 
.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #D40000;
	padding: 8px 8px 4px;
	background: url(./images/background/tip-bubble.png) top left;
}
 
.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	text-align: left;
	background: url(images/background/tip-bubble.png) bottom right;
}
 


 
