#tooltip {
	position: absolute;
	z-index: 3000;
	font-family: Arial;
	border: 1px solid #0068B3;
	background-color: #fff;
	padding:20px;
	opacity: 0.9;
}
#tooltip h3, #tooltip div { margin: 0; }

#tooltip.pretty {
	width: 220px;
	text-align: center;
}

.fctooltip {border-bottom: 1px dashed black;cursor: pointer;}