#tooltip {
	-moz-border-radius-bottomleft: 7px;
	-moz-border-radius-bottomright: 7px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 7px;
	background-color: #CCCCCC;
	border: 1px solid #888888;
	color: #333333;
	/*max-width:25em;*/
	opacity: 0.85;
	padding: 4px;
	position: absolute;
	z-index: 3000;
}
#tooltip h3 {
	font-size:1.1em;
	margin:0;
	padding:0 3px;
	text-align:left !important;
}

#tooltip p {
	font-size:0.95em;
	margin:5px 0 0 5px;
	text-align:left;
}
/*#tooltip h3, #tooltip div { margin: 0; }*/

