#tooltip {
	position: absolute;
	z-index: 3000;
	border: 2px solid #53301a;
	background-color: #e9e5e1;
	padding: 10px;
	opacity: 100;
}


#tooltip p {
	font-size: 12px;
	color: #53301a;
	line-height: 16px;
	font-weight: normal;
}

#tooltip img {
	padding-bottom: 10px;
}