#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eef;
	padding: 5px;
	opacity: 0.9;
	color:#000;
	width:400px;
	font-size: 11px;
}
#tooltip h3 { font-size: 12px; font-weight: normal; margin-bottom: 0 }