After commenting out the line alexrabe shows, call the media.css file from fup_admin_header at the top of the file like so:
function fup_admin_header() {
global $fup_rel_dir;
wp_enqueue_script('fup_swfupload',
'/'.$fup_rel_dir.'flexible-upload-wp25js.php',
array('prototype'), false);
echo '<link rel="stylesheet" href="'. get_option('home') .'/wp-admin/css/media.css?ver=20080709" type="text/css" />'. "\n";
}