/* line 2, output/stylesheets/contact_form.css */
table {
  width: 420px;
  font-size: 1.2em;
}
/* line 6, output/stylesheets/contact_form.css */
table td {
  padding: 5px 15px 5px 0px;
  vertical-align: top;
}

/* line 10, output/stylesheets/contact_form.css */
input, textarea, button {
  width: 390px;
  padding: 5px;
  color: #4c4c4c;
  font-family: Cambria, Georgia, Times New Roman, Times, sans-serif;
  font-size: 1.2em;
  border: 1px solid #576373;
  background-color: #e9e9e9;
}

/* line 19, output/stylesheets/contact_form.css */
textarea {
  height: 200px;
}

/* line 22, output/stylesheets/contact_form.css */
button {
  width: 150px;
}

/* line 25, output/stylesheets/contact_form.css */
#first_col {
  width: 200px;
}

/* line 28, output/stylesheets/contact_form.css */
#flash {
  color: #9b2926;
  margin-left: 10px;
}

