#tooltip {
	max-width: 200px;
	padding: 3px 10px;
	background-color: #e32002;

	position: absolute;
	z-index: 3000;

	font-size: 11px;
	color: white;

	box-shadow: 10px 10px 5px #888;
}

#tooltip h3 {
	display: inline;
	margin: 0px;
	padding: 0px;

	font-size: 11px;
	font-weight: normal;
	color: white;
	text-transform: none;

	font-family: Trebuchet MS1, Helvetica, sans-serif;
}

#tooltip div { margin: 0; }