#tooltip {
	position: absolute;
	z-index: 3000;
	border: 0;
	background-color:  #C47644;
	padding: 3px;
	color:#fff;
	font-size:10px;
}
#tooltip h3, #tooltip div { margin: 0; }

