#content, #gray-bg, #colgroup {
    margin-bottom: 0;
}
#content #gray-bg {
    background: none;
}
#content #colgroup {
    background: #FFFFFF repeat scroll 0 0;
    min-height: 500px;
}
#content #section {
    width: auto;
    padding: 0;
    margin: 20px;
    margin-top: 0;
}

#content #section ol {
    padding-left: 20px;
}

#content #section ol li {
    line-height: 26px;
}

#content #section ol li div {
    margin-left: 40px;
}

#content #section ol > li:before {
    float: left;
}
#content #section input {
    margin-top: 6px;
}
#content #section input[type="submit"] {
    background: url("/images/layout/footer-submit2.png") repeat-x scroll 0 0 #094173;
    border: 0 none;
    border-radius: 4px;
    color: #FFFFFF;
    cursor: pointer;
    font: 13px Tahoma,Geneva,sans-serif;
    font-weight: bold;
    height: 30px;
    overflow: visible;
    padding: 5px 4px 6px 4px;
}
#content #section input[type="submit"]:hover {
    background-position: 0 -30px;
}
#content form p {
    color: #514D41;
}

.frm-pop {
    margin: 20px;
}
.frm-pop.info .icon {
    background: url("/img/hvezda.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 60px;
    margin: 0 0 10px 15px;
    width: 65px;
}

#note {
    font-size: 12px;
    margin-top: 20px;
    font-style: italic;
    margin-bottom: 100px;
}

#note span {
    padding-right: 4px;
}

@media screen and (max-width: 1003px) {
    #content .uglyform ol > li {
        width: 100%;
    }
}

ul {
    margin-right: 15px;
}

.btn-sm {
    padding: 5px 10px;
    font-size: 1em;
}

.terms-wrap{
    background: #fff4d4;
    padding: 15px 0;
    margin: 20px 0;
}

.terms-wrap.warn{
    background: #ffbd1e;
}

.terms-wrap .control__indicator{
    background: white;
}

.terms-wrap label:hover .control__indicator{
    background: #eee;
}

