#tooltip {
	position:absolute;
	font-size: 1em;
	line-height: 1.3em;
	padding: 3px 8px;
	width: 154px;
	color: #fff;
	text-align: left;
	/*filter: alpha(opacity=80);
	-moz-opacity: 0.80;
	opacity:0.8;*/
	overflow: hidden;
	z-index: 100000;
	background: url(../graphics/tooltip.png) no-repeat top;
	height: 114px;
}
/*\*/
* html div#tooltip {
	background: #3F4D3E url(../graphics/tooltip.gif) no-repeat top;
}
/**/
