#tooltip {
	position: absolute;
	z-index: 3000;
	background-color:#d2d0c4;
	opacity: 0.99;
	width:250px;
	padding-right:1px; padding-bottom:1px;
}
#tooltip div.box { border:1px solid #8b8865;padding:5px; background-color:#fef8bc; }
#tooltip h3, #tooltip div { margin: 0; }

