--- webfm/css/webfm.css.orig	2008-12-02 11:08:51.000000000 +0100
+++ webfm/css/webfm.css	2008-12-02 11:09:31.000000000 +0100
@@ -69,10 +69,10 @@
 
 #webfm-ieDD img { padding-right: 10px; }
 
-#webfm-attach-list img { margin-bottom: -4px; }
-#webfm-attach-list .att-time { white-space:nowrap; }
-#webfm-attach-list .att-size { white-space:nowrap; }
-#webfm-attach-list .att-fdesc { overflow:auto; }
+.webfm-attach-list img { margin-bottom: -4px; }
+.webfm-attach-list .att-time { white-space:nowrap; }
+.webfm-attach-list .att-size { white-space:nowrap; }
+.webfm-attach-list .att-fdesc { overflow:auto; }
 
 #webfm-progress { color: white; font-weight: bold; font-size: 10pt; visibility: hidden; }
 
--- webfm/webfm_theme.inc.orig	2008-12-02 11:08:24.000000000 +0100
+++ webfm/webfm_theme.inc	2008-12-02 11:08:39.000000000 +0100
@@ -49,6 +49,7 @@
     array_push($rows, $row);
   }
   if (count($rows)) {
-    return theme('table', $header, $rows, array('id' => 'webfm-attach-list-'.$type.$num));
+    return theme('table', $header, $rows, array('id' => 'webfm-attach-list-'.$type.$num,
+						'class' => 'webfm-attach-list'));
   }
 }
\ No newline at end of file
