/* =============================================================== */
/* sidebar_page_forms.css - Styles for forms on sidebar pages      */
/* =============================================================== */

/* Import the styles for the sidebar page */
@import url(/css/sidebar_page.css);

/* --------------------------------------------------------------- */

/* Styles for the mail forms */
/* ------------------------- */

#content .mail_form {
  margin: 4px 2px 2px 2px;
  font-size: 1.0em;
}

#content .mail_form h1 {
  padding: 0px 0px 4px 0px;
  font-family: serif;
  font-weight: bold;
  font-size: 2.0em;
}

#content .mail_form h2 {
  font-family: serif;
  font-weight: bold;
  font-size: 1.5em;
}

#content .mail_form .err_msg {
  margin: 2px 0 2px 0;
  font-weight: bold;
  color: red;
}

#content .mail_form .title  {
  font-weight: bold;
}

#content .mail_form .text_input {
  background: #EEE2A5; /* RGB: 238, 226, 165 */ 
}

/* =============================================================== */

