#tooltip {
	display: block;
	position: absolute;
	z-index: 3000;
	height: 26px;
	width: 142px;
	padding: 9px 2px 2px 2px;
	color: #352310;
	font-size: 14px;
	font-weight: bold;
	line-height: 26px;
	background: transparent url(../images/tip-bg.png) no-repeat left top;
}
#tooltip h3, #tooltip div { margin: 0; }
