Index: css/style.css
===================================================================
RCS file: /cvs/drupal-contrib/contributions/themes/bartik/css/style.css,v
retrieving revision 1.83
diff -u -r1.83 style.css
--- css/style.css	22 Jun 2010 01:52:56 -0000	1.83
+++ css/style.css	26 Jun 2010 22:53:33 -0000
@@ -1036,6 +1036,52 @@
   background-position: 100% -16px; /* LTR */
 }
 
+/* Comment form */
+#comment-form .form-item {
+  overflow: hidden;
+  margin-bottom: .8em;
+}
+#comment-form .form-type-textfield label,
+#comment-form .form-type-item label {
+  float: left; /* LTR */
+}
+#comment-form .form-type-textfield input,
+#comment-form .form-item .username {
+  float: right; /* LTR */
+  width: 75%;
+  -khtml-border-radius: 4px;
+  -moz-border-radius: 4px;
+  -webkit-border-radius: 4px;
+  border-radius: 4px;
+}
+#comment-form .form-item .description {
+  font-size: .75em;
+  line-height: 1em;
+  float: right; /* LTR */
+  width: 76%;
+}
+#comment-form .form-textarea {
+  -khtml-border-radius-topleft: 4px;
+  -khtml-border-radius-topright: 4px;
+  -webkit-border-top-left-radius: 4px;
+  -webkit-border-top-right-radius: 4px;
+  -moz-border-radius-topleft: 4px;
+  -moz-border-radius-topright: 4px;
+  border-top-left-radius: 4px;
+  border-top-right-radius: 4px;
+}
+#comment-form fieldset.filter-wrapper {
+  padding-bottom: 10px;
+}
+#comment-form fieldset.filter-wrapper .fieldset-wrapper,
+#comment-form .text-format-wrapper .form-item {
+  margin-top: 0;
+  margin-bottom: 0;
+}
+#comment-form fieldset.filter-wrapper .tips {
+  font-size: .75em;
+}
+
 /* -------------- Other Overrides ------------- */
 
 div.password-suggestions {
Index: css/style-rtl.css
===================================================================
RCS file: /cvs/drupal-contrib/contributions/themes/bartik/css/style-rtl.css,v
retrieving revision 1.24
diff -u -r1.24 style-rtl.css
--- css/style-rtl.css	21 Jun 2010 03:03:54 -0000	1.24
+++ css/style-rtl.css	26 Jun 2010 22:53:32 -0000
@@ -209,6 +209,19 @@
   background-position: 1% -16px;
 }
 
+/* Comment form */
+#comment-form .form-type-textfield label,
+#comment-form .form-type-item label {
+  float: right;
+}
+#comment-form .form-type-textfield input,
+#comment-form .form-item .username {
+  float: left;
+}
+#comment-form .form-item .description {
+  float: left;
+}
+
 /* -------------- Shortcut Links ------------- */
 
 .shortcut-wrapper h1#page-title {
