form fieldset {
  border: none;
  margin-bottom: 1em; }
  form fieldset input, form fieldset textarea, form fieldset select, form fieldset option {
    font-size: 1rem; }
  form fieldset input, form fieldset select {
    max-width: 100%; }
  form fieldset textarea {
    width: 100%; }
  form fieldset legend, form fieldset dt {
    margin-bottom: 5px; }

.submit_button {
  margin: 2em 0; }
  .submit_button input {
    display: block;
    width: 49%;
    margin: 5px auto;
    padding: 15px 0;
    text-align: center;
    border: none;
    font-size: 1.1rem;
    font-weight: 900;
    color: #A976AB;
    background: #FFF;
    border-radius: 8px;
    border: 2px solid #A976AB; }
  .submit_button input:hover {
    color: #FFF;
    background: #A976AB; }

.formTable {
  display: block; }
  .formTable tbody, .formTable tr, .formTable th, .formTable td {
    display: block;
    text-align: left; }
  .formTable th {
    font-weight: normal;
    margin-bottom: 5px;
    background: #EFEFEF;
    padding: 2px; }
  .formTable td {
    margin: 0 0 1.5em 0; }

.error {
  border: 1px solid #CC0000;
  padding: 10px; }
  .error p {
    color: #CC0000;
    margin-bottom: 0.3em; }
