Index: img_assist.css
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/img_assist/img_assist.css,v
retrieving revision 1.3
diff -b -U3 -r1.3 img_assist.css
--- img_assist.css	13 Feb 2007 22:48:31 -0000	1.3
+++ img_assist.css	15 Feb 2007 17:28:45 -0000
@@ -18,6 +18,7 @@
 /* Darker background color in the header frame */
 body#img_assist_header {
   background-color:#ccc;
+  margin: 0;
 }
 /* Thin border around images */
 .img_assist img  {
@@ -92,10 +93,17 @@
 }
 #header-startover, #header-cancel {
   float: right;
-  width: 15%;
+  width: 19%;
   text-align: right;
 }

+#header-uploading input, #header-properties input, #header-browse input, #header-startover input, #header-cancel input, #header-uploading select, #header-properties select, #header-browse select {
+  margin-top: 0;
+  margin-bottom: 0;
+  vertical-align: baseline;
+}
+
+
 /**
  * POPUP IMAGES WINDOW
  */
