      form p {
        margin-bottom: 1em;
      }

      form p label {
        float: left;
        width: 10em;
        margin-top: 0.5em;
        cursor: pointer;
      }

      form p input,
      form p select,
      form p textarea {
        border: 0.08em solid #000000;
        margin-top: 0.3em;
        width: 20em;
      }

      form p select {
        width: auto;
      }

      form p textarea {
        width: 30em;
        height: 10em;
      }

      form p input#formInput_submit,
      form p input#formInput_reset {
        width: auto;
      }
