#tooltip
{
	position: absolute;
	z-index: 3000;
	padding-right: 20px;
	border-left: #0080A0 1px solid;
	border-right: #0080A0 1px solid;
	border-bottom: #0080A0 1px solid;
	border-top: #0080A0 3px solid;
	padding-left: 20px;
	padding-bottom: 20px;
	width: 175px;
	padding-top: 20px;
	background-color: #fff;
	text-align: center;
	opacity: 0.85;
	filter:alpha(opacity=50);
}



#tooltip h3, #tooltip div
{
	margin: 0;
	font-size: 11px;
}

