--- themes/bartik/css/style.css	2010-07-06 01:25:51.000000000 -0400
+++ themes/bartik/css/styleNew.css	2010-08-01 15:17:21.675285627 -0400
@@ -1038,7 +1038,39 @@ fieldset .description {
 .form-actions {
   padding-top: 10px;
 }
-
+/* Contact Form */
+#contact-site-form #edit-name,
+#contact-personal-form #edit-name {
+  border-radius: 4px;
+  width: 75%;
+  -khtml-border-radius: 4px;
+  -moz-border-radius: 4px;
+  -webkit-border-radius: 4px;
+}
+#contact-site-form #edit-mail,
+#contact-personal-form #edit-mail {
+  border-radius: 4px;
+  width: 75%;
+  -khtml-border-radius: 4px;
+  -moz-border-radius: 4px;
+  -webkit-border-radius: 4px;
+}
+#contact-site-form #edit-subject,
+#contact-personal-form #edit-subject {
+  border-radius: 4px;
+  width: 75%;
+  -khtml-border-radius: 4px;
+  -moz-border-radius: 4px;
+  -webkit-border-radius: 4px;
+}
+#contact-site-form #edit-message,
+#contact-personal-form #edit-message {
+  width: 76%;
+}
+#contact-site-form .resizable-textarea .grippie,
+#contact-personal-form .resizable-textarea .grippie {
+  width: 76%;
+}
 /* Animated throbber */
 html.js input.form-autocomplete {
   background-position: 100% 4px; /* LTR */
