#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 0.85;
}
#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');
}
#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;
}

#tooltip body, #tooltip div { font-family: 'lucida grande', helvetica, verdana, arial, sans-serif }
#tooltip body { margin: 0; padding: 0; font-size: small; color: #333 }
#tooltip h1, #tooltip h2 { font-family: 'trebuchet ms', verdana, arial; padding: 10px; margin: 0 }
#tooltip h1 { font-size: large }

#tooltip fieldset { padding: 8px; }
#tooltip legend { font-weight: bold; }