.tool-tip {
	background: url(tool-tip.png);
	font: normal 11px/25px Arial, sans-serif;
	height: 33px;
	padding: 9px 0 0 20px;
	width: 194px;
	z-index: 100;
}
	.tool-title {
		display: none;
	}
	.bubble-lg {
		background: url(lg-00.png);
		height: 40px;
		width: 40px;
	}
	.bubble-md {
		background: url(md-00.png);
		height: 28px;
		width: 28px;
	}
	.bubble-sm {
		background: url(sm-00.png);
		height: 12px;
		width: 12px;
	}
