#dhtmlgoodies_tooltip {
	background-color: #EEE;
	border: 1px solid #000;
	display: none;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", Arial, sans-serif;
	font-size: 0.9em;
	padding: 2px 5px 2px 5px;
	position: absolute;
	z-index: 20000;
	-moz-border-radius: 6px; /* Rounded edges in Firefox */
}

#dhtmlgoodies_tooltipShadow {
	background-color: #555;
	position: absolute;
	display: none;
	filter: alpha(opacity=70);
	opacity: 0.7;
	z-index: 10000;
	-khtml-opacity: 0.7;
	-moz-opacity: 0.7;
	-moz-border-radius: 6px; /* Rounded edges in Firefox */
}