diff -urpN themes/bartik/css/ie.css themes/bartikNew/css/ie.css
--- themes/bartik/css/ie.css	2010-09-02 16:43:18.000000000 -0400
+++ themes/bartikNew/css/ie.css	2010-09-29 08:11:24.752174000 -0400
@@ -24,3 +24,9 @@ fieldset legend {
   text-transform: capitalize; /* Trigger text indent. */
   height: 26px;
 }
+.contact-form #edit-message {
+  width: 75%;
+}
+.contact-form .resizable-textarea .grippie {
+  width: 76.3%;
+}
diff -urpN themes/bartik/css/style.css themes/bartikNew/css/style.css
--- themes/bartik/css/style.css	2010-09-23 21:36:30.000000000 -0400
+++ themes/bartikNew/css/style.css	2010-09-29 08:10:23.992172000 -0400
@@ -1089,7 +1089,50 @@ fieldset .description {
 .form-actions {
   padding-top: 10px;
 }
-
+/* Contact Form */
+.contact-form #edit-name {
+  width: 75%;
+  -khtml-border-radius: 4px;
+  -moz-border-radius: 4px;
+  -webkit-border-radius: 4px;
+  border-radius: 4px;
+}
+.contact-form #edit-mail {
+  width: 75%;
+  -khtml-border-radius: 4px;
+  -moz-border-radius: 4px;
+  -webkit-border-radius: 4px;
+  border-radius: 4px;
+}
+.contact-form #edit-subject {
+  width: 75%;
+  -khtml-border-radius: 4px;
+  -moz-border-radius: 4px;
+  -webkit-border-radius: 4px;
+  border-radius: 4px;
+}
+.contact-form #edit-message {
+  width: 76.3%;
+  -khtml-border-top-left-radius: 4px;
+  -khtml-border-top-right-radius: 4px;
+  -moz-border-radius-topleft: 4px;
+  -moz-border-radius-topright: 4px;
+  -webkit-border-top-left-radius: 4px;
+  -webkit-border-top-right-radius: 4px;
+  border-top-left-radius: 4px;
+  border-top-right-radius: 4px;
+}
+.contact-form .resizable-textarea .grippie {
+  width: 76%;
+  -khtml-border-bottom-left-radius: 4px;
+  -khtml-border-bottom-right-radius: 4px;
+  -moz-border-radius-bottomleft: 4px;
+  -moz-border-radius-bottomright: 4px;
+  -webkit-border-bottom-left-radius: 4px;
+  -webkit-border-bottom-right-radius: 4px;
+  border-bottom-left-radius: 4px;
+  border-bottom-right-radius: 4px;
+}
 /* Animated throbber */
 html.js input.form-autocomplete {
   background-position: 100% 4px; /* LTR */
