#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #542110;
	background-color: #EFE398;
	padding: 5px;
	color:#542110;
	width:300px;
	font-size:12px;
}
#tooltip h3, #tooltip div { margin: 0; }
#tooltip h3 { font-size:16px;color:#542110; }

