Index: css/style.css
===================================================================
RCS file: /cvs/drupal-contrib/contributions/themes/bartik/css/style.css,v
retrieving revision 1.78
diff -u -p -r1.78 style.css
--- css/style.css	18 May 2010 21:42:27 -0000	1.78
+++ css/style.css	20 May 2010 19:45:43 -0000
@@ -1033,6 +1033,57 @@ fieldset .description {
   padding-top: 10px;
 }
 
+/* Contact form */
+#contact-site-form #edit-subject {
+  width: 65%;
+  padding: 6px;
+  border: 1px solid #cccccc;
+  -khtml-border-radius: 4px;
+  -moz-border-radius: 4px;
+  -webkit-border-radius: 4px;
+  border-radius: 4px;
+}
+#contact-site-form #edit-name {
+  width: 65%;
+  padding: 6px;
+  border: 1px solid #cccccc;
+  -khtml-border-radius: 4px;
+  -moz-border-radius: 4px;
+  -webkit-border-radius: 4px;
+  border-radius: 4px;
+}
+#contact-site-form #edit-mail {
+  width: 65%;
+  padding: 6px;
+  border: 1px solid #cccccc;
+  -khtml-border-radius: 4px;
+  -moz-border-radius: 4px;
+  -webkit-border-radius: 4px;
+  border-radius: 4px;
+}
+
+#contact-site-form #edit-cid {
+  width: 32%;
+  padding: 6px;
+  border: 1px solid #cccccc;
+  -khtml-border-radius: 4px;
+  -moz-border-radius: 4px;
+  -webkit-border-radius: 4px;
+  border-radius: 4px;
+}
+#contact-site-form #edit-message {
+  width: 67%;
+  padding: 6px;
+  border: 1px solid #cccccc;
+  -khtml-border-radius: 4px;
+  -moz-border-radius: 4px;
+  -webkit-border-radius: 4px;
+  border-radius: 4px;
+}
+#contact-site-form .resizable-textarea .grippie {
+  width: 67%;
+}
+
 /* Animated throbber */
 html.js input.form-autocomplete {
   background-position: 100% 4px; /* LTR */
