#tooltip {
	position: absolute;
	z-index: 3000;
	/*opacity: 0.85;*/
	background: #7eb616;
	color: #ffffff;
	padding: 0 10px;
	line-height: 200%;/**/
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
}

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

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