#tooltip {
	display: block;
	position: absolute;
	z-index: 3000;
	border: 1px solid #000;
	background-color: #eee;
	/*-webkit-border-radius: 9px;
	-moz-border-radius: 9px;*/
	border: 2px solid #78551e;
	padding: 10px;
	opacity: 0.9;
	text-align: left;
	width: 220px;
}

#tooltip h3 {
	font-weight: bold;
	font-size: 13px;
	margin-bottom: 4px;
	color:#492414;
}

#tooltip p {
	margin: 0;
	color: #000;
	font-weight: normal;
	font-size: 11px;
	line-height: 15px;
}