#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	color: #1c1b1a;
	opacity: 0.85;
	font-weight: normal;
}
#tooltip h3, #tooltip div { margin: 0; }

#tooltip h3
{
	font-weight: normal;
	font-size: 12px;
}
#tooltip.pretty {
	border: none;
	width: 210px;
	padding:20px;
	height: 135px;
	opacity: 0.9;
	font-size: 12px;
	background: url('../images/shadow.png');
}
#tooltip.pretty h3 {
	color:#b20437;
	margin-bottom: 0.75em;
	font-size: 12px;
	width: 220px;
	text-align: center;
}
#tooltip.pretty div { width: 220px; text-align: left; }
