/* CSS Document */
#sendButton{margin-left: 35px}
form.cmxform {
	width: 40em;
}
form.cmxform fieldset {
  margin-bottom: 10px; border: 0;
}
form.cmxform legend {
  padding: 5px 2px;
  color: #F68A21;
  border-bottom: #F68A21 dotted 2px;
  font-family: Helvetica, sans-serif; font-size: 16px;
margin-bottom: 5px;
}
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 ul {
  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) */
}

input { width: 25em; }
.longlabel {   width: 100% !important; }

.checklist label {  float: right; margin-top: -22px; width: 400px !important; border-bottom: 1px solid #ddd; padding-bottom: 5px; margin-left: 25px; }
.checklist input { width: 20px;}
.checklist li { clear: both;}