#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px dotted #1e57ab;
	background-color: #70a9ff;
	padding: 5px;
	width:350px;
	opacity: 0.85;
}
#tooltip h3, #tooltip div { margin: 0; font-size:12px; font-weight:normal; line-height:18px; color:#000; }

