#submit {
  position: relative;
  padding-bottom: 30px;
}

#name, #email {
  width: 60%;
}

#submit .textarea {
  width: 99%;
  height: 18em;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 100%;
}

#submit label {
  display: block;
  margin: 10px 0;
}

#button {
  width: 5em !important;
  position: absolute;
  right: 0;
  bottom: 0;
}

#submit ol {
  list-style-type: upper-alpha;
}

#lbl_agree {
  display: inline !important;
  vertical-align: 2px;
}


