

form h1 {

}



form {
    padding: 20px 20px 20px 20px;
  }


form,  form label {
    font-family : fantasy, Helvetica, Arial;
    font-size : 14pt;
  }


form p {
    position: relative;
    margin: 10px 0;
  }


form p label {
    left : 10px;
    position : absolute;
    top : 20%;
  }


form p br {
    display: none;
  }


input, textarea {
    border-bottom-color : #146093;
    border-bottom-style : solid;
    border-left-color : #146093;
    border-left-style : solid;
    border-right-color : #146093;
    border-right-style : solid;
    border-spacing : 2px 2px;
    border-top-color : #146093;
    border-top-style : solid;
    height : 25px;
    margin-bottom : 0px;
    margin-left : 0px;
    margin-right : 0px;
    margin-top : 0px;
    padding-left : 10px;
    padding-right : 10px;
    width : 236px;
  }


textarea {
    height: 120px;
    padding-top: 20px;
  }


.submit {
    /*background-color : #e11c0b;
    */;
  }


.submit  input {
    left : auto;
    right : auto;
    width: auto;
  }

