#tooltip {
	position: absolute;
	z-index: 3000;
	background: #fff;
	color: #4b547a;
	padding: 5px 10px;
	line-height: 250%;/**/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
}

#tooltip h3, 
#tooltip div { 
	margin: 0;
	font-size: 13px; 
	font-weight: normal;
}

#tooltip.pretty {
	border: none;
	width: 210px;
	padding:20px;
	height: 135px;
}
