.content .min_height form .formular {
    border-collapse: collapse;
    border: none;
    background: none;
    }
.content .min_height form .formular th {
    background: none !important;
   
    padding: 2px 5px;
    color: #000;
    border: none;
     border-bottom: 1px solid #ddd;
    }
.content .min_height form .formular td {
    border: none;
    border-bottom: 1px solid #ddd;
    padding: 2px 5px;
    background: none;
    }
.content .min_height form .formular td input {
    width: 300px;
    }
.content .min_height form .formular td span input.kratsi {
    width: 266px;
    }    
.content .min_height form .formular td select {
    width: 305px;
    }
.content .min_height form .formular td textarea {
    width: 300px;
    }
.content .min_height form .formular td input.radio {
    width: 15px;
    margin: 0 5px 0 1px;
    }
.content .min_height form .formular td.odeslat {
    text-align: center;
    border: none;
    padding: 5px 0px;
     }
.content .min_height form .formular td.odeslat button {
    border: 1px solid #999;
    background: #eee;
    width: 80px;
    margin: 0 3px;

    }
.content .min_height form .formular td.hvezdicka {
    text-align: left;
    border: none;
    padding: 5px 0px;
    background: #f5f5f5;
     }
       
.content .min_height form .formular td span.nadpis {
    font-size: 14px;
    background: #eee;
    padding: 5px 0;
    display: block;
     }
.content .min_height form .formular td span {
    font-size: 12px;
    background: none;
    padding: 5px 0;
    display: block;
    border-top: 1px solid #eee;
    }     
.content .min_height form .formular td.download_link {
    text-align: left;
    background: url("/img/list_item_blue2.gif") left 5px no-repeat;
    padding: 5px 0 5px 25px; 
    }
