  
  .text {
    display: inline;
    width: 120px;
  }
  
  #melding {
    padding: 12px 12px;
  }
  
  .input_field {
    font-family: verdana, sans-serif;
    font-size: 12px;
    text-align: left;
    background-color: #FFFFFF;
    color: #000000;
    width: 200px;
    height: 15px;
    margin-bottom: 2px;
    border: 1px #313429 solid;
  }
  
  .submit_button {
    font-family: verdana, sans-serif;
    font-size: 11px;
    text-align: center;
    background-color: #A7A7A7;
    color: #000000;
    width: 97px;
    height: 19px;
    border: 1px #313429 solid;
    cursor: pointer;
  }