#tooltip {
	width:250px;
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #ffe;
	padding: 5px;
	filter:alpha(opacity=90) ; -moz-opacity: 0.90; opacity: 0.90; -khtml-opacity: 0.90;
}
#tooltip h3, #tooltip div { font:11px arial; font-weight:normal; color:#222222; margin: 0; }

