body{font-family:Arial, Helvetica, sans-serif}

form.cmxform fieldset {
  margin-bottom: 10px;
}
form.cmxform legend {
  padding: 0 2px;
  font-weight: bold;
  color:#999966;
  }
form.cmxform label {
  display: inline-block;
  line-height: normal;
}
form.cmxform fieldset ol {
  margin: 0;
  padding: 0;
  vertical-align:bottom;
  
}

form.cmxform  fieldset ol.innerList{
  margin-left:120px;  
  vertical-align:bottom;}

form.cmxform  fieldset ol.innerList li{
  padding:0;
  vertical-align:bottom;
  }

form.cmxform fieldset li {
  list-style: none;
margin:10px;
  vertical-align:bottom;
 
}

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.label {
  width: 120px; /* Width of labels */
}
form.cmxform fieldset fieldset label.label {
  margin-left: 123px; /* Width plus 3 (html space) */
}

form.cmxform .checkbox { vertical-align:top }

.text {
  width: 250px; /* Width plus 3 (html space) */
}
.textarea {
  width: 250px; /* Width plus 3 (html space) */
}

.button {
  border: 3px double #999999;
  border-top-color: #CCCCCC;
  border-left-color: #CCCCCC;
  padding: 0.25em;
  background-color: #FFFFFF;
  background-image: url(http://www.craftonhills.edu/images/button_bg.gif);
  background-repeat: repeat-x;
  color: #333333;
  font-size: 75%;
  font-weight: bold;
  font-family:Arial, Helvetica, sans-serif;
  margin:.2em;
} 

form.cmxform  fieldset ol.innerList li label{
margin-top:-.25em;
  }
  
.errors {
color:#CC0000;
font-size:.8em;
font-weight:bold;

}
.dual{margin-left:20px;}