#tooltip {
	position: absolute;
	margin: 0 auto;
	background:#e8e8e8;
	color: #000;
	width: 230px;
	left: 500px;
	top:520px;
	bottom: auto;
	z-index: 10;
	text-align: left;
	padding: 10px;
	border:1px solid #cdcdcd;
	font-size:8pt;
	line-height:14px;
}
#tooltip h3, #tooltip div { margin: 0;font-size:8pt; font-weight: normal; }

