/* CSS Document */

form.cmxform fieldset {
  margin-bottom: 10px;
  border: 0px;
}
form.cmxform legend {
  padding: 0 2px;
  font-weight: bold;
  color: #b29959;
}
form.cmxform label {
  display: inline-block;
  line-height: 1.8;
  vertical-align: top;
}

form.cmxform fieldset ol {
  margin: 0;
  padding: 0;
}
form.cmxform fieldset li {
  list-style: none;
  padding: 5px;
  margin: 0;

}

form.cmxform fieldset fieldset {
  border: none;
  margin: 3px 0 0;
}
form.cmxform fieldset fieldset legend {
  padding: 0 0 5px;
  font-weight: normal;
}
form.cmxform fieldset fieldset label {
  display: block;
  width: auto;
}
form.cmxform em {
  font-weight: bold;
  font-style: normal;
  color: #00734B;
}

form.cmxform em.error{
  font-style: normal;
  color: #b29959;
}

form.cmxform label{
  width: 150px; /* Width of labels */
}

form.cmxform fieldset fieldset label {
  margin-left: 123px; /* Width plus 3 (html space) */
}

form.cmxform input.submitButton {
float:right;
}

form.cmxform table {font-size: .8em; width: 250px;}

form.cmxform dt {clear:both; width:33%; float:left; text-align:right; vertical-align:top;  }

form.cmxform dd {float:left; vertical-align:top; width:66%; margin:0 0 0 5px;}

form.output {font-size:.8em;}

form.output legend {font-size: 1.3em; }

.boxes {display: block;
margin-left: 150px;}

#volForm input, #volForm select {border: 1px solid #CCC;}