
input, select, textarea {
  border: 1px solid #808080;
  margin-bottom: 2px;
}

.form_chyba, .form_uspech {
  font-weight: bold;
  text-decoration: underline;
  font-size: 15px;
  margin-bottom: 30px;
}

.form_chyba {
  color: #A00000;
}

.form_uspech {
  color: #00A000;
}

.form_poznamka {
  font-style: italic;
  font-size: 80%;
}

.form_nazov_polozky {
  color: #333333;
  font-weight: bold;
  font-size: 13px;
  float: left;
  /*clear: left;*/
}

  .form_nazov_polozky_prihl {
    font-size: 10px;
    float: left;
    clear: left;
    width: 52px;
    text-align: right;
    padding-right: 6px;
    padding-top: 4px;
  }
  
  .form_nazov_polozky_mensi {
    width: 125px;
  }
  
  .form_nazov_polozky_stredny {
    width: 170px;
  }
  
  
  .form_nazov_polozky_kontakt {
    width: 280px;
    color: #333333;
    font-weight: bold;
    font-size: 12px;
    float: left;
  }
  
  .form_polozka_kontakt {
    margin-bottom: 4px;
  }
  
  .form_select_kontakt {
    width: 280px;
    font-size: 12px;
  }
/*  
  .form_select_vacsi {
    width: 330px;
    font-size: 13px;
    height: 22px;
  }
  
  .form_textarea_vacsi {
    width: 330px;
    font-size: 13px;
  }
  
  .form_input_vacsi {
    width: 330px;
  }
*/  
  .form_input_kontakt {
    width: 280px;
    font-size: 12px;
  }
  
  
  .form_input_prihl {
    width: 118px;
    height: 17px;
    font-size: 12px; 
  }

  .form_input_hladanie {
    width: 159px;
    height: 17px;
    font-size: 12px;
  }
  
  .form_input_stredny {
    width: 180px;
  }
  

.form_tlacidlo {
  border: 1px solid #404040;
  background-color: #F0F0F0;
  padding: 1px 8px 1px 8px;
  color: #000000;
}

.form_tlacidlo:hover {
  border: 1px solid #808080;
  color: #404040;
  
  cursor: pointer;
}

  .form_tlacidlo_prihl {
    width: 20px;
    height: 21px;
    border: 0px;
    
    background-image: url('/grafika/prihl_tlac.png');
    background-repeat: no-repeat;
    
    cursor: pointer;  
  }
  
  .form_tlacidlo_hladanie {
    width: 20px;
    height: 21px;
    border: 0px;
    
    background-image: url('/grafika/najdi3.png');
    background-repeat: no-repeat; 
    
    cursor: pointer; 
  }
  
  .form_tlacidlo_mark_vyber {
    width: 62px;
  }
  
  .form_tlacidlo_mark_upravit {
    width: 100px;
  }
