#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #d5d5d5;
	background-color: #efefef;
	padding: 5px;
	-moz-opacity: 0.85; 
	-khtml-opacity: 0.85; 
	opacity: 0.85;
	FILTER: alpha(opacity=85); 
	width:300px;
	font:normal 11px Arial;
	color:#757575;
	text-align:left;
}
#tooltip h3, #tooltip div { margin: 0; }
#tooltip h3 {
	font:bold 13px Arial;
	color:#7f7f61;
}
#tooltip.small{
	width:150px;
}

#tooltip.fancy{
	background:url(images/popup-lower6.gif);
	width:150px;
}
