/*             styles for the accessible forms                */
form.cmxform fieldset {
  margin:5px 15px;
  border:none;
}

form.cmxform legend {
  padding: 0 6px;
  margin:0 0 0 5px;
  font-weight:100;
  font-family:"Trebuchet MS";
  font-size:180%;
}
form.cmxform label {
  display: inline-block;
  line-height: 1.8;
  vertical-align: top;
  text-align:right;
  font-weight:bold;
  font-size:80%;
}
form.cmxform .txtBox, form.cmxForm .txtArea {
	font-size:80%;
}
form.cmxform fieldset ol {
  margin: 0;
  padding: 0;
}
form.cmxform fieldset li {
  list-style: none;
  padding:2px 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;
  text-align:right;
  padding:0 5px 0 0;
}
form.cmxform em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
}
form.cmxform label {
  width: 185px; /* Width of labels */
  text-align:right;
}
form.cmxform fieldset fieldset label {
  margin-left: 188px; /* Width plus 3 (html space) */
  text-align:right;
}