﻿Index: css/ie.css
===================================================================
RCS file: /cvs/drupal-contrib/contributions/themes/bartik/css/ie.css,v
retrieving revision 1.6
diff -u -r1.6 ie.css
--- css/ie.css	28 Apr 2010 18:41:39 -0000	1.6
+++ css/ie.css	30 Apr 2010 03:38:15 -0000
@@ -1,6 +1,12 @@
+/* $Id$ */
+
 input.form-text {
   font-family: sans-serif;
 }
 #password-strength-text {
   margin-top: 0;
+}
+fieldset legend {
+  left:-8px;
+  padding:0;
 }
\ No newline at end of file
Index: css/style.css
===================================================================
RCS file: /cvs/drupal-contrib/contributions/themes/bartik/css/style.css,v
retrieving revision 1.57
diff -u -r1.57 style.css
--- css/style.css	29 Apr 2010 04:00:57 -0000	1.57
+++ css/style.css	30 Apr 2010 03:38:15 -0000
@@ -839,22 +839,71 @@
 
 /* -------------- Form Elements   ------------- */
 
+form {
+  padding: 10px 0 0;
+}
+.fieldset-wrapper {
+  margin-top: 20px;
+}
 fieldset {
-  background: #fbfbfb none repeat scroll 0 0;
-  border: 1px solid #ccc;
-  padding: 10px 25px;
+  background: #ffffff;
+  border: 1px solid #cccccc;
+  padding: 0 10px 15px;
+  margin-top: 10px;
+  margin-bottom: 20px;
+  position: relative;
   -khtml-border-radius: 4px;
   -moz-border-radius: 4px;
   -webkit-border-radius: 4px;
   border-radius: 4px;
 }
 fieldset.collapsed {
-  background: #fff;
+  background: transparent;
   -khtml-border-radius: 0;
   -moz-border-radius: 0;
   -webkit-border-radius: 0;
   border-radius: 0;
 }
+fieldset legend {
+  background: #3f3f3f;
+  border: 1px solid #cccccc;
+  border-bottom: none;
+  color: #ffffff;
+  display:block;
+  height: 2em;
+  left: -11px; /* LTR */
+  font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
+  line-height: 2em;
+  padding: 0;
+  position: absolute;
+  text-indent: 10px;
+  text-shadow: 0 1px 0 #111;
+  top: -12px;
+  width: 100%;
+  -khtml-border-radius-topleft: 6px;
+  -moz-border-radius-topleft: 6px;
+  -webkit-border-top-left-radius: 6px;
+  border-top-left-radius: 6px;
+  -khtml-border-radius-topright: 6px;
+  -moz-border-radius-topright: 6px;
+  -webkit-border-top-right-radius: 6px;
+  border-top-right-radius: 6px;
+}
+fieldset.collapsed legend {
+  border: 1px solid #cccccc;
+  -khtml-border-radius: 6px;
+  -moz-border-radius: 6px;
+  -webkit-border-radius: 6px;
+  border-radius: 6px;
+}
+fieldset legend a {
+  color: #eeeeee;
+}
+fieldset legend a:hover,
+fieldset legend a:focus,
+fieldset legend a:active {
+  color: #ff6f6f;
+}
 input {
   margin: 2px 0;
   padding: 4px;
Index: css/style-rtl.css
===================================================================
RCS file: /cvs/drupal-contrib/contributions/themes/bartik/css/style-rtl.css,v
retrieving revision 1.13
diff -u -r1.13 style-rtl.css
--- css/style-rtl.css	28 Apr 2010 19:17:36 -0000	1.13
+++ css/style-rtl.css	30 Apr 2010 03:38:15 -0000
@@ -198,6 +198,14 @@
 
 /* -------------- Form Elements   ------------- */
 
+fieldset legend {
+  left: 0;
+  right: 9px;
+}
+.fieldset-legend span.summary {
+  margin-left: 0;
+}
+
 #user-profile-form input#edit-submit {
   margin-left: 0;
 }
