#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 0.85;
	width:400px;
}
#tooltip h3, #tooltip div { margin: 0; }

#tooltip.pretty {
	font-family: Arial;
	border: none;
	width: 370px;
	padding:20px 20px 20px 20px;
	height: 135px;
	opacity: 0.9;
	background: url('/asset/images/shadow.png') no-repeat;
}
#tooltip.pretty h3 {
	margin-bottom: 0.75em;
	font-size: 12pt;
	width: 340px;
	text-align: left;
	color:#9D0305;
}