<!--

.border_form {
   border-collapse: collapse;
   border: none;
   width: 100%;
   margin: 30px 0 0 0;
  }
.border_form th {
    background: none;
    border: 0;
    text-align: right;
  }
.border_form td input {
  width: 380px;
  height: 16px;
  margin: 0 0 0 10px;
  border: 1px solid #CBCBCB;
  }
.border_form td input.noborder {
  width: auto;
  border: 0;
  }
.border_form td select {   
  margin: 0 0 0 10px;
    }
.border_form td textarea {
  border: 1px solid #CBCBCB;
  font-size: 12px;
  font-family: verdana;
  width: 380px;
  height: 150px;
  margin: 0 0 0 10px;
  background: #fff;
  }
.border_form td.nb .tlacitko {
  border: 1px solid #FFE0CF;
  width: 150px;
  _width: 150px;
  height: 20px;
  font-size: 11px;
  color: #fff;
  margin: 10px;
  background: #FF9900;
  text-transform: uppercase;
  font-weight: bold;
  }
.border_form td.nb {
  border: none;
  }
.border_form td.nb .note {
  margin-bottom: 20px;
  color: #B34700;
  font-weight: bold;
  }  
.border_form th.required {
    color: #CA6D00;
    font-weight: bold;
    }
.chyba {
    font-weight: bold;
    color: #000;
    border: 1px solid #FF9900;
    padding: 8px;
    width: 365px;
    margin: 20px 0 0 225px;
    }
.chyba p {
    text-align: center;
    }    
.thanks {
    text-align: left;
    font-weight: bold;
    }       

-->