div.thanks {
 border: 1px solid #eeeeee; 
 text-align: center;
 font-size: 80%;
 }
div.thanks strong {
    font-weight: bold;
    color: #00ADE0;
 }
table.formular {
   border-collapse: collapse;
   border:  none;
   }
table.formular th {
   width: 130px;
   padding: 2px 5px;
   border: none;
   background: #eee;
   }
table.formular td {
   padding: 2px 5px;   
   border: none;
   }
table.formular td.popisek { 
    width: 120px;
    }
table.formular td input, table.formular td textarea {
    width: 190px;
   } 
/*table.formular td.submit button {
  background: #fff url('/img/bck_search.gif') no-repeat !important;
  color: #004983 !important;
  font-weight: normal !important;
  width: 100px !important;
  border: none !important;
  height: 26px !important;
  margin: 0 0 0 5px !important;
  padding: 0 !important;
  }  */ 
table.formular td.submit button {
  background: #fff url('/img/bck_search.gif') repeat-x;
  color: #fff;
  border: 1px solid #00A7D3;
  font-weight: normal;
  height: 24px;
  margin: 0 0 0 5px;
  padding: 0;
  }