.content .thanks {
    padding: 10px;
    border: 1px solid #eee;
    font-weight: bold;
    color: #333;
    font-size: 12px;
    }

.content table.formular td .required {
    font-weight: bold;
    color: #000;
    }
.content table.formular {
    border: none;
    }
.content table.formular tr td {
    border: none;
    border-top: 1px solid #eee;
    }    
.content table.formular tr td input {
    border: 1px solid #EFBB1D;
    padding: 2px;
    width: 300px;
    }
    
    
.content table.formular tr td input.submit {
    background: #F1C224 url(/img/submit_bg.gif) repeat-x scroll left top;
    border: none;
    color: #333333;
    display:inline;
    font-size: 1em;
    font-weight: bold;
    height: 27px;
    margin-left: 0;
    padding: 4px 0;
    width: 305px;
    text-transform: uppercase;
    }    
    
.content table.formular tr td textarea {
    width: 300px;
    padding: 2px;
    overflow: auto;
    border: 1px solid #EFBB1D;
}
div.hvezdicka {
 
    font-size: 11px;
    font-weight: bold;
    color: #000;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
td.vertical_align {
    vertical-align: top;
}