

[type=submit] {
    background-color : #524b45;
    border-bottom-style : none;
    border-left-style : none;
    border-right-style : none;
    border-top-style : none;
    color : #ffffff;
    font-size : 20px;
    height : 40px;
    text-align : center;
    width : 146px;
  }


[type=submit]:hover {
    background-color : #826f60;
  }


ubReg, h4 {
    margin-bottom : 4px;
  }

[type=reset] {
    background-color : #524b45;
    border-bottom-style : none;
    border-left-style : none;
    border-right-style : none;
    border-top-style : none;
    color : #ffffff;
    font-size : 20px;
    height : 40px;
    text-align : center;
    width : 146px;
  }


[type=reset]:hover {
    background-color : #826f60;
  }
