#tooltip {
	position: absolute;
	z-index: 3000;
	/*opacity: 0.85;*/
}
#tooltip h3, #tooltip div { margin: 0; }

#tooltip.tooltiphelp {
	background: #fff8c1;
	width: 250px;
	padding: 10px;
	font-size: 0.75em;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border: 1px solid #fef19d;
}
#tooltip.bot { background: url('../images/buttons/help-box.png') bottom; padding-bottom: 10px; }