/*********************/
/* Application Form Styles */
/*********************/

#application-form {
  margin: 2em 0 2em 0;
}
#application-form br {
  clear: both;
}
#application-form label {
  width: 80px;
  display: block;
  margin: 2px 8px 8px 0;
  float: left;
  text-align: right;
}
#application-form label sup, #application-form #mandatory sup {
  color: #c00;
  font-size: 0.9em;
  font-weight: bold;
}
#application-form input {
  width: 200px;
  display: block;
  margin-bottom: 8px;
  float: left;
  font-size: 1em;
}
#application-form #address-field {
  width: 250px;
  height: 75px;
  display: block;
  margin-bottom: 8px;
  float: left;
  font-size: 1.2em;
}
#application-form #comments-field {
  width: 350px;
  height: 100px;
  display: block;
  margin-bottom: 8px;
  float: left;
  font-size: 1.2em;
}
* html #application-form textarea {
  font-size: 1em;
}
#application-form #mandatory {
  clear: both;
  display: block;  
  margin: 30px 0 1em 88px;
  font-style: italic;
}
#application-form #newsletter {
  display: block;
  margin-left: 88px;
}
#application-form #newsletter input {
  width: auto;
  margin: 0;
}
#application-form #newsletter label {
  width: auto;
  margin: 2px 0 0 5px;
  text-align: left;
}
#application-form input#submit {
  display: block;
  width: auto;
  height: 25px;
  float: none;
  margin-left: 88px;
  margin-bottom: 0;
  text-align: center;
}