body #tooltip {
	width: 105px;
	height: 68px;
	position: absolute;
	z-index: 3000;
	padding: 5px;
	background: url(../images/bg_tooltip.gif) no-repeat;
}

#tooltip h3, #tooltip div {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: normal;
}

