@charset "utf-8";
.tool-tip {
	color: #2a2a2a;
	width: 200px;
	z-index: 13000;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
}
.tool-title {
	font-weight: bold;
	font-size: 12px;
	margin: 0;
	color: #b00002;
	padding: 2px 4px 2px;
	letter-spacing:-1.0px;
	background: url(images/tips.gif) top left;
}
.tool-text {
	font-size: 11px;
	font-weight:bold;
	padding: 2px 4px 2px;
	background: url(images/tips.gif) bottom right;
}