#dhtmltooltip
{
	position: absolute;
	text-align: center;
	width: 100px;
	border: 0px solid #FF0000;
	padding: 3px;
	/* background-color: #000000;  Don't you DARE steal this feature, James Shirley!!!! */
	background: ;
	visibility: hidden;
	z-index: 35;
	filter: alpha(opacity=50);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	color: #FFFFFF;
	font-family: Tahoma;
	font-size: 11px;
	text-align: center;
	font: bold;
}