@charset "UTF-8";
/* CSS Document */

.tool-tip {
	color: #fff;
	width: 139px;
	z-index: 500;
}
 
.tool-title {
	font-weight: normal;
	font-size: 10px;
	text-align: left;
	margin: 0;
	color: #fff;
	padding: 8px 8px 4px;
	background: url(bubble.png) top left;
}
 
.tool-text {
	font-size: 10px;
	text-align: left;
	padding: 4px 8px 8px;
	background: url(bubble.png) bottom right;
}
 