--- themes/bartik/css/style.css	2010-09-10 13:56:20.000000000 -0400
+++ themes/bartik/css/styleNew.css	2010-09-17 01:16:42.286714871 -0400
@@ -1084,6 +1084,44 @@ fieldset .description {
   padding-top: 10px;
 }
 
+/* Contact Form */
+#contact-site-form #edit-name,
+#contact-personal-form #edit-name {
+  width: 75%;
+  -khtml-border-radius: 4px;
+  -moz-border-radius: 4px;
+  -webkit-border-radius: 4px;
+  border-radius: 4px;
+}
+#contact-site-form #edit-mail,
+#contact-personal-form #edit-mail {
+  width: 75%;
+  -khtml-border-radius: 4px;
+  -moz-border-radius: 4px;
+  -webkit-border-radius: 4px;
+  border-radius: 4px;
+}
+#contact-site-form #edit-subject,
+#contact-personal-form #edit-subject {
+  width: 75%;
+  -khtml-border-radius: 4px;
+  -moz-border-radius: 4px;
+  -webkit-border-radius: 4px;
+  border-radius: 4px;
+}
+#contact-site-form #edit-message,
+#contact-personal-form #edit-message {
+  width: 76.3%;
+  -khtml-border-radius: 4px;
+  -moz-border-radius: 4px;
+  -webkit-border-radius: 4px;
+  border-radius: 4px;
+}
+#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 */
