/* CSS Document */
form.cmxform {
	width: 40em;;
}
form.cmxform fieldset {
  margin-bottom: 10px; border: 0;
}
form.cmxform legend {
  padding: 5px 2px;
  color: #32528D;
  border-bottom: #E9B42E dashed 1px;
  font-family:Verdana, Arial, Helvetica, sans-serif; font-size: .9em;
  margin-bottom: 10px;
}
form.cmxform label {
  width: 5em; 
  text-align: left;
  float: left;
  margin-right: 0.5em;
  display: block;
}
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: #f00;
}
form.cmxform label {
  width: 120px; /* Width of labels */
}
form.cmxform fieldset fieldset label {
  margin-left: 123px; /* Width plus 3 (html space) */
}
