h2#content_header {
  color: #fff;
  font-size: 1.8em;
  height: 2.2em;
  line-height: 2.2em;
  padding: 0 1.5em; }


div#content form fieldset {
  margin: 0;
  padding: 0;
  font-size: 1.2em;
  background: white;
  border: 0 none; }
  div#content form fieldset ul {
    padding: 0;
    margin: 0;
    list-style-position: inside;
    list-style-type: none; }
    div#content form fieldset ul li {
      margin: 0 5px; }
  div#content form fieldset p span.mandatory {
    cursor: help; }
  div#content form fieldset div.row {
    clear: both;
    width: 100%;
    margin: 10px 0; }
    div#content form fieldset div.row textarea {
      width: 98%;
      height: 10em; }
  div#content form fieldset input[type=text] {
    width: 350px; }
  div#content form fieldset legend {
    margin: 0;
    padding: 0; }
    div#content form fieldset legend span {
      display: block;
      margin: 0;
      padding: 0 15px;
      height: 2em;
      line-height: 2em;
      width: 870px;
      color: #fff;
      font-weight: bold;
      text-transform: capitalize;
      text-shadow: 1px 1px 1px #1a1a1a;
      background-color: #465fa6; }
  div#content form fieldset div.column {
    float: left;
    width: 48%;
    margin: 10px 1% 20px 1%; }
    div#content form fieldset div.column p {
      margin: 10px 0 2px 0;
      text-align: left;
      color: #214478; }
    div#content form fieldset div.column li label span a {
      margin-left: 8px;
      padding: 2px 8px;
      font-size: 0.7em;
      font-weight: bold;
      color: #fff;
      background-color: #eac602;
      -moz-border-radius: 8px;
      -webkit-border-radius: 8px; }
      div#content form fieldset div.column li label span a:hover {
        color: #4d4d4d;
        background-color: #f2ab01;
        text-decoration: none; }
div#content form p.submit {
  text-align: center;
  margin: 0; }

.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: table; }

#errorExplanation {
  margin: 35px 0 15px 0;
  padding: 10px 30px;
  font-size: 1.2em;
  color: #b00000;
  background-color: #fff2f4;
  border: 2px solid #b00000; }
  #errorExplanation h2 {
    margin: -30px -32px 10px -32px;
    padding: 5px 5px 5px 30px;
    font-size: 1em;
    font-weight: bold;
    text-align: left;
    background-color: #b00000;
    color: #ffdee4; }
  #errorExplanation p {
    color: #333;
    margin-bottom: 0;
    margin: 10px 0; }
  #errorExplanation ul {
    margin: 5px 20px 10px 20px;
    list-style-position: inside; }
    #errorExplanation ul li {
      font-size: 12px;
      list-style: square; }
