#tooltip {
	position: absolute;
	z-index: 20000;
	border: 1px solid #111;
	background-color: #eee; /*#FFFFC0;*/
	
	padding: 5px;
	opacity: 0.85;
	-moz-border-radius-bottomleft: 7px;
	-moz-border-radius-bottomright: 7px;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 7px;	
}
#tooltip h3, #tooltip div { 
	margin: 0; 
	color: #00BD00;
	font-family: Arial, Tahoma, sans-serif;
	font-style: normal;
	font-size:  10pt;
	font-weight: bold;	
}


/*

#tooltip.pretty {
	font-family: Arial;
	border: none;
	width: 210px;
	padding:20px;
	height: 135px;
	opacity: 0.8;
	background: url('shadow.png');
}
#tooltip.pretty h3 {
	margin-bottom: 0.75em;
	font-size: 12pt;
	width: 220px;
	text-align: center;
}
#tooltip.pretty div { width: 220px; text-align: left; }

#tooltip.fancy {
	background: url('shadow2.png');
	padding-top: 5em;
	height: 100px;
}
*/