
div.messages {
    font-size: 10pt;
    font-weight: bold;
    color: red;
    display: none;
}

div.question {
    font-family: Arial, Tahoma, Sans serif;
    font-size: 10pt;
    text-align: left;
}

div.question ol li {
    padding-bottom: 6px;
    margin-bottom: 20px;
}

div.question ol li div.ask {
    font-weight: bold;
    padding-bottom: 8px;
}

input {
    vertical-align: top;
}

input.text {
    border: 1px solid #888;
    width: 65%;
}

textarea {
    border: 1px solid #888;
    width: 100%;
}


#btn_sumbit {
    width:100px;
}

div.anotace { font-weight: bold; }

table.dotaznik_table {
    width:100%;
    font-family: Arial, Tahoma, Sans serif;
    font-size: 10pt;
}

table.dotaznik_table tr td.def {
    width:120px;
}
