diff --git a/ie.css b/ie.css
index 2f0c956..e8a025e 100644
--- ie.css
+++ ie.css
@@ -140,3 +140,8 @@ div.error  {
   /* IE doesn't display borders on table rows. */
   border-bottom: 1px solid #CCC;
 }
+
+/* Theme settings styles. */
+#zen-settings fieldset .form-item label {
+  _display: inline-block;
+}
diff --git a/theme-settings.css b/theme-settings.css
index 718e004..bceb7c1 100644
--- theme-settings.css
+++ theme-settings.css
@@ -22,8 +22,6 @@
   margin-left: -200px;
   margin-right: 10px;
   text-align: right;
-  /* IE6 is dumb. */
-  _display: inline-block;
 }

 #zen-settings fieldset .form-item label.option {
