Index: HexagonBase/overrides/administration/admin.css
===================================================================
RCS file: /cvs/drupal-contrib/contributions/themes/hexagon/HexagonBase/overrides/administration/Attic/admin.css,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -p -r1.1.2.1 -r1.1.2.2
--- HexagonBase/overrides/administration/admin.css	14 May 2010 23:47:42 -0000	1.1.2.1
+++ HexagonBase/overrides/administration/admin.css	19 Oct 2010 15:56:26 -0000	1.1.2.2
@@ -1,4 +1,4 @@
-/* $Id: admin.css,v 1.1.2.1 2010/05/14 23:47:42 dvessel Exp $ */
+/* $Id: admin.css,v 1.1.2.2 2010/10/19 15:56:26 dvessel Exp $ */
 
 /*
 ** Formatting for administration panel.
@@ -148,6 +148,9 @@ html.js .custom-container label {
 ** - admin/content/node
 ** - admin/user/user
 */
+dl.multiselect {
+  margin: 0;
+}
 dl.multiselect dd.b,
 dl.multiselect dd.b .form-element,
 dl.multiselect dd.b select {

Index: HexagonBase/styles/hex-elements.css
===================================================================
RCS file: /cvs/drupal-contrib/contributions/themes/hexagon/HexagonBase/styles/Attic/hex-elements.css,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -u -p -r1.1.2.2 -r1.1.2.3
--- HexagonBase/styles/hex-elements.css	8 Jun 2010 11:03:54 -0000	1.1.2.2
+++ HexagonBase/styles/hex-elements.css	19 Oct 2010 15:56:26 -0000	1.1.2.3
@@ -1,4 +1,4 @@
-/* $Id: hex-elements.css,v 1.1.2.2 2010/06/08 11:03:54 dvessel Exp $ */
+/* $Id: hex-elements.css,v 1.1.2.3 2010/10/19 15:56:26 dvessel Exp $ */

 /*
 ** general elements
@@ -166,6 +166,10 @@ fieldset {
   border-width: .0833em; /* 1px */
   border-style: solid;
 }
+
+.fieldset-wrapper > div:first-child {
+  margin-bottom: 1.5em;
+}
 /*
 ** Remove lower margins on the last element within fieldsets to prevent the
 ** disproportionate ammount of spacing.

Index: HexagonBase/styles/hex-style.css
===================================================================
RCS file: /cvs/drupal-contrib/contributions/themes/hexagon/HexagonBase/styles/Attic/hex-style.css,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -p -r1.1.2.1 -r1.1.2.2
--- HexagonBase/styles/hex-style.css	14 May 2010 23:47:44 -0000	1.1.2.1
+++ HexagonBase/styles/hex-style.css	19 Oct 2010 15:56:26 -0000	1.1.2.2
@@ -1,4 +1,4 @@
-/* $Id: hex-style.css,v 1.1.2.1 2010/05/14 23:47:44 dvessel Exp $ */
+/* $Id: hex-style.css,v 1.1.2.2 2010/10/19 15:56:26 dvessel Exp $ */

 /*
 ** Page layout
@@ -134,6 +134,7 @@ ul.secondary {
 ** Status messages. These also apply in forms.
 */
 ul.messages {
+  max-width: 100%;
   padding: 0 1em;
   margin: 0;
 }

Index: HexagonBase/overrides/core-system/system.css.split/teaser-js-rtl.css
===================================================================
RCS file: /cvs/drupal-contrib/contributions/themes/hexagon/HexagonBase/overrides/core-system/system.css.split/Attic/teaser-js-rtl.css,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -p -r1.1.2.1 -r1.1.2.2
--- HexagonBase/overrides/core-system/system.css.split/teaser-js-rtl.css	14 May 2010 23:47:43 -0000	1.1.2.1
+++ HexagonBase/overrides/core-system/system.css.split/teaser-js-rtl.css	19 Oct 2010 15:56:26 -0000	1.1.2.2
@@ -1,9 +1,7 @@
-/* $Id: teaser-js-rtl.css,v 1.1.2.1 2010/05/14 23:47:43 dvessel Exp $ */
+/* $Id: teaser-js-rtl.css,v 1.1.2.2 2010/10/19 15:56:26 dvessel Exp $ */

 div.teaser-button-wrapper {
   float: left;
-  padding-right: 0;
-  padding-left: 5%;
 }
 .teaser-checkbox div.form-element {
   float: left;

Index: HexagonBase/overrides/core-system/system.css.split/teaser-js.css
===================================================================
RCS file: /cvs/drupal-contrib/contributions/themes/hexagon/HexagonBase/overrides/core-system/system.css.split/Attic/teaser-js.css,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -p -r1.1.2.1 -r1.1.2.2
--- HexagonBase/overrides/core-system/system.css.split/teaser-js.css	14 May 2010 23:47:43 -0000	1.1.2.1
+++ HexagonBase/overrides/core-system/system.css.split/teaser-js.css	19 Oct 2010 15:56:26 -0000	1.1.2.2
@@ -1,8 +1,11 @@
-/* $Id: teaser-js.css,v 1.1.2.1 2010/05/14 23:47:43 dvessel Exp $ */
+/* $Id: teaser-js.css,v 1.1.2.2 2010/10/19 15:56:26 dvessel Exp $ */

 /*
 ** Node teaser splitter in node edit form. Related styles in textarea-js.css.
 */
+.body-field-wrapper .resizable-textarea {
+  clear: both;
+}
 .body-field-wrapper .resizable-textarea:first-of-type {
   margin-bottom: 0;
 }
@@ -11,8 +14,10 @@
 }
 div.teaser-button-wrapper {
   float: right; /* LTR */
-  padding-right: 5%; /* LTR */
-  margin: 0;
+}
+.teaser-button-wrapper input {
+  padding-top: 0;
+  padding-bottom: 0;
 }
 .teaser-checkbox div.form-element {
   float: right; /* LTR */
