#tooltip {
	position: absolute;
	z-index: 3000;
	opacity: 0.85;
	background:#fed8b2;
	padding:2px 3px;
	border:solid 1px #d8b28b;
}
#tooltip font, #tooltip div { margin: 0; font-size:12px;}

