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