--- themes/bartik/css/style.css	2010-07-06 01:25:51.000000000 -0400
+++ themes/bartik/css/styleNew.css	2010-08-01 07:27:28.095288312 -0400
@@ -1038,7 +1038,40 @@ fieldset .description {
 .form-actions {
   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 .form-item-mail label {
+}
+#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 .form-item-subject label {
+}
+#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 label {
+}
+#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 */
