#dhtmlgoodies_tooltip {
	font-family: Arial, sans-serif;	
	font-size: 10pt;
	background-color: #EEEEEE;
	border: 1px solid #000000;
	position: absolute;
	display: none;
	z-index: 20000;
	padding: 2px;			
	-moz-border-radius:6px;	/* Rounded edges in Firefox */
	text-align: left;
}
#dhtmlgoodies_tooltipShadow{
	position: absolute;
	background-color: #CCCCCC;
	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 */
}