/* CSS Document */
*html #submitButton{margin-left: 35px;}
#submitButton{margin-left: 110px;}
form.cmxform {
	width: 40em;
}
form.cmxform fieldset {
  margin-bottom: 10px; border: 0;
}
form.cmxform legend {
  padding: 2px;
  color: #363636;
  font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 1.4em;
  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: 100px;
  float: left; 
clear: left; 
}
form.cmxform fieldset fieldset label {
  margin-left: 123px; /* Width plus 3 (html space) */
}

form.cmxform fieldset input {width: 275px;}
input#submitButton {width: 80px;}


.radio input{ float: left; width: 20px !important; clear: both; }
.radio label { width: 300px !important; clear: none !important;}
form .big { font-size: 1.2em; font-weight: bold; }
ul.radiolist { margin-bottom: 60px; }

form h3 {clear: both;} 
.fileuploads li { }
.fileuploads label { width: 200px !important; clear: both; float: left; }
.fileuploads input { }


#registrationform li.formlist  {list-style: disc; margin-left: 30px;}
#registrationform li.formcheckbox label { width: 350px !important; clear: none !important; font-weight: bold;}
#registrationform li.formcheckbox input { float: left; width: 20px !important; clear: both;}
#registrationform li.formcheckbox {margin-bottom: 25px; margin-top: 25px;}


#registrationform ul li.formlist ul li {list-style: disc; margin: 0;}
