#contain .tooltip a {
	color: #ffffff;
	text-decoration: none;
}

body #tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #ffffff;
	background: #014c3a;
	padding: 12px;
	font-size: 11px;
	color: #ffffff;
	width: 200px;
}

#tooltip h3, #tooltip div {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: normal;
}
