--- css/style.css	2010-09-10 13:56:20.000000000 -0400
+++ css/styleNew.css	2010-09-11 15:05:57.896715000 -0400
@@ -1083,7 +1083,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.3%;
+}
+#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 */
