/* 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; }



/* Volunteer Form Styles */
#volunteerform form fieldset {width: 500px;} 
#volunteerform form label {width: 100px;  text-align: left;  float: left; display: block; font-size: 1.2em; color: #003971;}
#volunteerform form fieldset ul li.longlabel {padding-top: 10px;}
#volunteerform form ul li.longlabel label {width: 500px;}
#volunteerform form fieldset ul {margin: 0 !important;  padding: 0;}
#volunteerform form fieldset ul li {list-style: none;  padding-bottom: 5px!important; margin: 0;}
#volunteerform form fieldset ul input {border: 1px solid #ccc; padding: 5px; width: 340px}
#volunteerform form fieldset ul textarea {border: 1px solid #ccc; padding: 5px; width: 340px; height: 100px;}
#volunteerform form fieldset ul li.longlabel textarea {width: 440px; margin-bottom: 20px;}
#volunteerform input#submitbutton{background:  #a1cd38; color: #fff; padding: 5px 0; border: none; width: 100px; margin-left: 355px;}
#volunteerform form ul.checklist {clear: both; padding-bottom: 30px}
#volunteerform form .checklist input {width: 22px; float: left; border: none;}
#volunteerform form .checklist label {font-weight: normal; font-size: 1em; color: #000; float:left;}
#volunteerform form .checklist li { clear: both;}
#volunteerform form h3 {clear: both; font-weight: normal; color: #003971;}
#volunteerform form h4 {font-size: 1.4em; padding-bottom: 10px;color: #000}

/* Contact Form Styles */
#contactform form fieldset {width: 500px;} 
#contactform form label {width: 100px;  text-align: left;  float: left; display: block; font-size: 1.2em; color: #003971;}
#contactform form fieldset ul li.longlabel {padding-top: 10px;}

#contactform form fieldset ul {margin: 0 !important;  padding: 0;}
#contactform form fieldset ul li {list-style: none;  padding-bottom: 5px!important; margin: 0;}
#contactform form fieldset ul input {border: 1px solid #ccc; padding: 5px; width: 340px;}
#contactform form fieldset ul textarea {border: 1px solid #ccc; padding: 5px; width: 340px; height: 100px;}
#contactform input#sendbutton{background:  #a1cd38; color: #fff; padding: 5px 0; border: none; width: 100px; margin-left: 355px;}
#contactform form ul.checklist {clear: both; padding-bottom: 30px;}
#contactform form .checklist input {width: 22px; float: left; border: none;}
#contactform form .checklist label {font-weight: normal; font-size: 1em; color: #000; width: 300px; float:left;}
#contactform form .checklist li { clear: both;}
#contactform form h3 {clear: both; font-weight: normal; color: #003971;}

