#tooltip {
	position: absolute;
	z-index: 3000;
	border:1px solid #fcefa1; background:#fbf9ee url(css/images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x; color:#363636;
	padding: 5px;
	opacity: 0.85;
}
#tooltip h3, #tooltip div { margin: 0; }
