<?php
	//make sure the browser treats this as CSS
	header("Content-type: text/css");
 
	//browser detection
	if (strpos($_SERVER['HTTP_USER_AGENT'],"Internet Explorer") > 0) {
		$internet_explorer = true;
	}
 $URL=$_GET['URL'];
?>

#DHTMLgoodies_formTooltipDiv{
	color:#FFF;
	font-family:arial;
	font-weight:bold;
	font-size:0.8em;
	line-height:120%;
}
.DHTMLgoodies_formTooltip_closeMessage{
	color:#FFF;
	font-weight:normal;
	font-size:0.7em;
}
