#tooltip {
	text-align: left;
	position: absolute;
	z-index: 3000;
	border: 1px solid #cfcfcf;
	background-color: #ffffff;
	padding: 10px;
	width:350px;
	opacity: 0.85;
}
#tooltip h3, #tooltip div { 
	margin: 0;
	color:#000000;
	font-size:12px;
	font-weight: normal;
}



#tooltip.pretty {
	width:540px;
	border: none;
	background-color:transparent;
	opacity: 0.95;
}
