#tooltip
{
	position: absolute;
	z-index: 3000;
	padding: 5px;
	opacity: 0.95;
	margin: 0px;
}

#tooltip.default
{
	color: #333;
	background-color: #fffbd8;
	border: 1px solid #000;
	font: normal 11px Trebuchet MS, Arial;
}
	#tooltip.default h3
	{
		font-size: 13px;
		font-weight: normal;
		margin-bottom: 0px;
		padding-bottom: 0px;
	}
