div.form .errorMessage{
    text-align: center;
    font-size: inherit;
}

div.form .errorMessage .green,
div.form .errorMessage .red{
    display: block;
    background-color: #19ae48;
    color: white;
    padding: 5px 10px;
    border-radius: 2px;
    margin-bottom: 10px;
}

div.form .errorMessage .red{
    background-color: red;
}

div.form .errorMessage .green a,
div.form .errorMessage .red a{
    color: white;
    text-decoration: underline;
}

@media (max-width: 767px){
    div.form .errorMessage .green,
    div.form .errorMessage .red{
        margin-top: 10px;
    }
}

.form-wrap{
    padding-bottom: 23px;
}

.form-wrap .guide{
    line-height: 48px;
    font-size: 14px;
}

.form-wrap .choose{
    font-size: 12px;
    color: #4d4e56;
    margin-bottom: 15px;
}

.form-wrap .choose div:first-child{
    padding-right: 8px;
}

.form-wrap .choose div:last-child{
    padding-left: 8px;
}

.form-wrap .choose div a,
.form-wrap .choose div label{
    background-color: white;
    position: relative; left: 0; top: 0;
    width: 100%;
    display: block;
    line-height: 43px;
    border: 1px solid #dfdfdf;
    border-radius: 2px;
    color: #4d4e56;
    padding-left: 36px;
}

.form-wrap .choose div input{
    display: none;
}

.form-wrap .choose div a.loading,
.form-wrap .choose div label.loading{
    color: gray;
    background: white url('/resources/images/loader-input.gif') no-repeat right center;
}

.form-wrap .choose div a img{
    display: block;
    position: absolute; left: 6px; top: 6px;
    width: 25px;
}

.form-wrap .choose div:nth-child(2) a img{
    top: 8px;
}

.form-wrap .choose a:hover,
.form-wrap .choose a.active,
.form-wrap .choose label:hover,
.form-wrap .choose label.active{
    border: 1px solid #00c2df;
    background-color: #aff5ff;
}

.form-wrap .total div{
    font-size: 18px;
    color: #4d4e56;
    font-weight: bold;
}

.form-wrap .total div:last-child{
    color: #00af43;
    text-align: right;
}

.form-wrap .total div:last-child s{
    display: block;
    color: #4d4e56;
}

.form-wrap .total div:last-child .per-label{
    display: block;
    font-weight: normal;
    font-size: 14px;
    color: #4d4e56;
}

.form-wrap .bu1{
    width: 100%;
    padding: 0;
    line-height: 60px;
    height: 60px;
    margin-top: 20px;
    border-radius: 2px;
    font-weight: bold;
}

.step-wrap .options-wrap .option-row.only-material{
    padding: 5px 10px 10px 15px;
    font-weight: bold;
    font-size: 14px;
}

.step-wrap .options-wrap .option-row.only-material:hover{
    background-color: white;
}

.step-wrap .options-wrap .option-row.only-material a{
    display: block;
    font-weight: normal;
    line-height: normal;
}