--- themes/bartik/css/style.css.orig	2011-01-15 16:06:20.000000000 -0500
+++ themes/bartik/css/style.css	2011-01-15 16:16:49.000000000 -0500
@@ -1123,21 +1123,19 @@ a.button:active {
 fieldset {
   background: #ffffff;
   border: 1px solid #cccccc;
-  margin-top: 10px;
-  margin-bottom: 32px;
+  margin: 40px 0px 20px 1px;	/* Leave room for the legend. */
   padding: 0 0 10px;
   position: relative;
-  top: 12px; /* Offsets the negative margin of legends */
-  -khtml-border-radius: 4px;
-  -moz-border-radius: 4px;
-  -webkit-border-radius: 4px;
-  border-radius: 4px;
+  -khtml-border-radius:0 0 4px 4px;
+  -moz-border-radius: 0 0 4px 4px;
+  -webkit-border-radius: 0 0 4px 4px;
+  border-radius: 0 0 4px 4px;
 }
 .fieldset-wrapper {
-  margin-top: 25px;
+  margin-top: 10px;
 }
 .node-form .fieldset-wrapper {
-  margin-top: 0;
+  margin-top: 5px;
 }
 .filter-wrapper {
   top: 0;
@@ -1185,7 +1183,7 @@ fieldset legend {
   position: absolute;
   text-indent: 10px;
   text-shadow: 0 1px 0 #fff;
-  top: -12px;
+  top: -2em;
   width: 100%;
   -khtml-border-radius-topleft: 4px;
   -moz-border-radius-topleft: 4px;
