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

