.redbox {
    border: 1px solid red !important
}

.formBlock {
    height: auto;
    min-height: 270px;
    margin: 0 0 20px;
    font-family: PragmaticaLightC, Arial, Helvetica, sans-serif;
    overflow: hidden;
    border: 1px solid #c7c7c7;
    padding-bottom: 20px
}

.formBlock table tr td {
    padding: 5px 15px;
    text-align: left
}

.formBlock .rowblock {
    padding: 16px;
    text-align: center
}

.fb_tbl {
    width: 100%;
    float: left;
    min-height: 302px;
    border-collapse: collapse;
    margin-bottom: 15px
}

.rowblock {
    background-color: #787878;
    border-color: #000;
    padding: 16px;
    position: relative;
    width: 50%;
    text-align: center
}

.rowblock_color {
    background-color: #8c8c8c
}

.cellinput {
    width: 160px
}

.line {
    border-top: 1px solid #e9e9e9;
    height: 1px;
    margin: 15px 0 5px
}

input[type="submit"] {
    background: #656565;
    border-color: #999 #333 #333 #999;
    border-style: solid;
    border-width: 1px;
    color: #fff;
    padding: 1px 17px 3px 5px
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer
}

.note {
    clear: both;
    color: #7d7d7d;
    float: none;
    font-size: 9px;
    font-weight: normal;
    height: auto;
    left: 0;
    line-height: 1em;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    max-width: 1200px;
    min-height: 0;
    position: relative;
    text-align: left;
    top: 0;
    width: 100%
}

#messenger {
    color: #000;
    height: auto;
    margin: 5px auto 12px;
    border: gray dashed 1px;
    background: pink;
    display: none;
    text-align: center;
    clear: both;
    font-size: 13px
}

#agreelabel {
    margin-bottom: -10px
}

.zag {
    float: left;
    font-size: 24px;
    width: 100%;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 1em;
    margin-left: 0;
    margin-top: 0;
    clear: none;
    min-height: 0;
    position: relative;
    top: 0;
    left: 0;
    margin-right: 0;
    margin-bottom: 0;
    
    color: #ed6b21;
    border-bottom-color: #ed6b21;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    padding-bottom: 10px
}

#left_quest {
    clear: none;
    display: block;
    float: left;
    height: auto;
    margin: 20px 0 0;
    padding: 0 20px;
    width: 50%;
    border-right: 1px dotted #7d7d7d
}

#right_quest {
    border-bottom: 0 solid #fff;
    border-bottom-right-radius: 0;
    border-top: 0 solid #fff;
    clear: none;
    float: left;
    height: auto;
    margin: 20px 0 0;
    padding: 0 20px 20px;
    position: relative;
    width: 50%
}

.select {
    float: none;
    font-size: 1em;
    height: 35px;
    width: 100%;
    padding: 0 0 0 7px;
    color: #7d7d7d
}

.input {
    border-color: #c7c7c7;
    border-style: solid;
    border-width: 1px; /*color:#7d7d7d;*/
    float: none;
    font-size: 1em;
    height: 35px;
    padding: 0 0 0 10px;
    width: 100%
}

input, select {
    transition: border .2s linear 0, box-shadow .2s linear 0
}

.textarea {
    border-color: #c7c7c7;
    border-style: solid;
    border-width: 1px;
    color: #7d7d7d;
    display: block;
    float: none;
    font-size: 1em;
    height: 6em;
    padding: 5px 0 0 10px;
    width: 100%
}

#kcaptcha_num {
    float: left;
    width: 60%
}

#kcapcha {
    float: left;
    height: 60px;
    width: 40%
}

.formgroup {
    float: left;
    text-align: left;
    margin-left: 0;
    margin-top: 15px;
    clear: both;
    width: 100%
}

#text_quest {
    clear: right;
    color: #7d7d7d;
    float: left;
    font-size: 14px;
    font-weight: normal;
    height: auto;
    left: 0;
    line-height: 1em;
    margin-left: 0;
    margin-top: 20px;
    min-height: 0;
    padding-top: 0;
    position: relative;
    text-align: left;
    top: 0;
    width: 100%
}

#send_form_credit {
    background-color: #ed6b21;
    clear: both;
    color: #fff;
    display: block;
    
    font-size: 30px;
    font-weight: normal;
    height: auto;
    line-height: 1em;
    margin: 20px 0 0;
    min-height: 0;
    padding: 15px;
    text-align: center;
    width: 100%;
    border: 0;
    border-radius: 0
}

#sending {
    background-color: #c6c6c6;
    clear: both;
    color: black;
    cursor: default;
    display: block;
    
    font-size: 30px;
    font-weight: normal;
    height: auto;
    left: 0;
    line-height: 1em;
    margin: 20px 0 0;
    min-height: 0;
    padding: 15px;
    text-align: center;
    border: 0;
    border-radius: 0;
    width: 100%
}

#send_form_credit:hover {
    background-color: #52595d
}

#done_quest {
    background: rgba(0, 0, 0, 0) url("/img/ladacenter/fnx.png") no-repeat scroll 0 0;
    height: 110px;
    margin-left: 38px;
    margin-top: 81px;
    padding-left: 155px;
    padding-top: 18px;
    padding-right: 20px
}

@media only screen and (max-width: 650px) {
    #done_quest {
        margin-top: 140px
    }

    #left_quest, #right_quest {
        width: 100%
    }

    #left_quest {
        border-right: 0
    }
}

@media only screen and (max-width: 520px) {
    #done_quest {
        margin-top: 60px
    }
}

input[type="submit"], .td-button-submit {
    background-color: #ed6b21;
    clear: both;
    color: #fff;
    display: block;
    
    font-size: 30px;
    font-weight: normal;
    height: auto;
    line-height: 1em;
    margin: 20px 0 0;
    min-height: 0;
    padding: 15px;
    text-align: center;
    width: 100%;
    border: 0;
    border-radius: 0;
}
