

#tooltip {
	font-family: Verdana;
	font-size: 11px;
	max-width: 600px;
	text-align: left;
}

#tooltip {
	position: absolute;
	z-index: 3000;
	background-color: #f7f7f7;
	border: 1px solid #cccccc;
	color: #333333;
	padding: 5px;
	-moz-border-radius-bottomleft: 7px;
	-moz-border-radius-bottomright: 7px;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 7px;
	opacity: .95;
}

#tooltip h3 {
	font-size: 11px;
	text-align: left !important;
	margin: 0px;
}

#tooltip p {
	color: #000;
	text-align: left;
}
