#dhtmlgoodies_tooltip {
	background-color:  rgb(235, 243, 220);
	border: 1px solid rgb(102, 51, 0);
	color: rgb(102, 51, 0);
	position: absolute;
	display: none;
	z-index: 20000;
	padding: 2px 5px 2px 3px;
	-moz-border-radius: 6px;	/* Rounded edges in Firefox */
}

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

