/* CSS Document */


input.tbtn {
      width: 120px; height: 35px;
      padding-bottom: 5px; 
      color: white; 
      font-weight: bold;
      background: #890e3c; 
      border:3px solid #b2124e;
}

input.tbtn:hover {
     background: #991144; 
}

div.tlabel {
     font-weight:bold;
     margin-bottom: 5px;
}

div.tfield {
     margin-bottom: 15px;
}
