#tooltip {
	text-align: center;
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	/*opacity: 0.85;*/
	top:2em; left:2em; width: 10em;
	padding-left: .5em;
	padding-bottom: .5em;
	padding-right: .5em;
	padding-top: .5em;
	margin: 0px;
	border-color: #99cccc;
	border-style: solid;
	border-width: thin;
	background-color: #ccffcc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#tooltip h3, #tooltip div { color: black; font-size: medium; font-style: normal; font-weight: normal; margin: 0; }
