#tooltip {
	position: absolute;
	z-index: 3000;
	background: url(images/tooltip_bg.png) no-repeat;
	width: 163px;
	height: 163px;
	color: #fff;
	font-size: 12px;
	padding-top: 5px;
}
#tooltip h3, #tooltip div { margin: 0; }
