.usermsgs {
    margin: 1em 0;
}

.usermsgs span.error {
    color: #F33;
    background-color: transparent;
    background-image: url(../img/kob.gif);
    background-repeat: no-repeat;
    background-position: left;
    font-size: 13px;
    font-weight: bold;
    padding-left: 20px;
    padding-right: 20px;
}

.info_vyber_duvod {
    color: #434343;
}

.usermsgs span.ok {
    color: #393;
    background-color: transparent;
    background-image: url(../img/ok.gif);
    background-repeat: no-repeat;
    background-position: left;
    font-size: 13px;
    font-weight: bold;
    padding-left: 20px;
    padding-right: 20px;
}

.usermsgs span.info {
    color: #E2C818;
    background-color: transparent;
    /*background-image: url(../img/ok.gif);*/
    background-repeat: no-repeat;
    background-position: left;
    font-size: 13px;
    font-weight: bold;
    padding-left: 20px;
    padding-right: 20px;
}

.red {
    display: inline;
    color: red;
}

table.form {
  border: 0;
}
table.form td.nazev {
    text-align: right;
    font-weight: bold;
}
table.form td.submit {
    text-align: right;
}

ul.ukraje {
    margin-left: -2em;
}

