
.tooltip {
	cursor: pointer;
}

#tooltipbox {
	position: absolute;
	width: 200px;
	height: 100px;
	z-index: 100;
	opacity: 0.88;
	filter: alpha(opacity=88);
	-moz-opacity: .88;
}

#tooltipbox-pointer {
	position: absolute;
	top: -4px;
	left: 0;
	height: 4px;
	width: 18px;
	background: url(tip.gif) no-repeat;
}

#tooltipbox-content {
	padding: 4px 2px 4px 8px;
	font-size: 9px;
	font-family: Verdana, Helvetica, sans-serif;
	color: white;
	background-color: black;
}
