#tooltip
{
	position: absolute;
	z-index: 3000;
	border: 1px solid #d0cb4c;
	background-color: #fbf8a8;
	font-family: 'MS Trebuchet', Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	padding: 5px;
	opacity: 0.85;
	text-align: left;
}
#tooltip h3, #tooltip div { margin: 0; color: #555555; font-size: 13px; }

