<!--

.border_form {
   border-collapse: collapse;
   border: none;
   width: 100%;
   margin: 30px 0 0 0;
  }
.border_form th {
/*  background: #ddd;*/
    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 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 #336699;
  width: 150px;
  _width: 150px;
  height: 20px;
  font-size: 11px;
  color: #fff;
  margin: 10px;
  background: #336699;
  text-transform: uppercase;
  font-weight: bold;
  }
.border_form td.nb {
  border: none;
  }
.border_form td.nb .note {
  margin-bottom: 20px;
  color: #336699;
  font-weight: bold;
  }  
.border_form th.mandatory {
    color: #336699;
    font-weight: bold;
    }  

-->