#dhtmlgoodies_tooltip{
		background-color:#78d7f7;
		border:1px dotted #ffffff;
		position:absolute;
		display:none;
		z-index:20000;
		padding:2px;
		font-size:0.9em;
		font-color: #000;
		-moz-border-radius:6px;	/* Rounded edges in Firefox */
		font-family: "Trebuchet MS", "Lucida Sans Unicode", Arial, sans-serif;
				
	}
	#dhtmlgoodies_tooltipShadow{
		position:absolute;
		background-color:#00aeef;
		display:none;
		z-index:10000;
		opacity:0.2;
		filter:alpha(opacity=20);
		-khtml-opacity: 0.2;
		-moz-opacity: 0.2;
		-moz-border-radius:6px;	/* Rounded edges in Firefox */
	}