#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 0.85;
	filter:alpha(opacity=85);
	width:350px;
	font: 0.7em Verdana, Arial, sans-serif;
}
#tooltip h3, #tooltip div { margin: 0;}

#tooltip.pretty {
	font-family: Arial;
	border: none;
	width: 210px;
	padding:20px;
	height: 135px;
	opacity: 0.8;
	background: url('shadow.png');
}
.greeninline
{
	font-style:bold;
 	font-color:#6a9913;
}