#tooltip {
	position: absolute;
	z-index: 3000;
	opacity: 0.85;
	background: url( ../layout/tooltip.png );
	width: 150px;
	height: 49px;
}
#tooltip h3, #tooltip div { font-family: Trebuchet MS, arial, verdana, tahoma; margin: 0; font-weight: bold; font-size: 18px; padding-top: 2px; }

