.box01.rase{
    padding: 0;
}

.box01.rase .errorMessage{
    padding: 0 0 5px 0;
    font-size: 12px;
    text-align: center;
}

.box01.rase .h01{
    font-size: 24px;
    font-weight: bold;
    color: #143255;
    text-transform: none;
    text-align: left;
    margin: 18px 0 0 29px;
}

.box01.rase .t01{
    padding: 4px 0 20px 30px;
    font-size: 16px;
    color: #959595;
}

.rase-wr{
    height: 215px;
    overflow-y: scroll;
    position: relative; left: 0; top: 0;
}

.rase-wr.rush{
    height: auto;
    overflow: auto;
    width: 100%;
}

.rase-it{
    position: relative; left: 0; top: 0;
    border-top: 1px solid #d7d7d7;
    padding: 0 0 0 60px;
    font-size: 16px;
}

.rase-it.custom{
    padding: 0 0 0 140px;
}

.rase-it.activ{
    background-color: #e6f9fc;
}

.rase-it label{
    display: block;
    padding: 15px 0 13px 0;
    margin: 0;
    color: #7d7d7d;
    float: none;
    font-size: 16px;
    font-weight: normal;
}

.rase-it input{
    position: absolute; left: 30px; top: 14px;
}

.rase-it span.title{
    display: block; color: #898989; font-weight: normal;
}

.rase-it span.price{
    position: absolute; right: 30px; top: 16px;
    color: #143255;
    font-weight: bold;
    z-index: 9;
    font-size: 16px;
}

.qty-wrap{
    height: 215px;
    overflow-y: scroll;
    position: relative; left: 0; top: 0;
}

.qt{
    border-spacing: 0;
    width: 100%;
}

.qt td{
    border-top: 1px solid #d7d7d7;
    padding: 15px 0;
    color: #7d7d7d;
}

.qt td strong,
.qt td span{
    white-space: nowrap;
}

.qt tr.active td{
    background-color: #e6f9fc;
}

.qt td.col1{
    width: 50px;
    text-align: center;
}

.qt td.col2{
    width: 60px;
    padding-right: 5px;
}

.qt td.col2 input{
    border: 1px solid #9d9d9d;
    border-radius: 3px;
    width: 50px;
    padding: auto 3px;
    height: 22px;
    font-size: 14px;
    line-height: 14px;
}

.qt td.col2 input:focus{
    border: 1px solid #0cc2dd;
}

.qt td.col3{
    text-align: left;
}

.qt td.col3 span,
.qt td.col4 s{
    font-size: 0.9em;
}

.qt td.col4{
    text-align: right;
    white-space: nowrap;
    padding-right: 25px;
}

.qt td.col4.default{
    padding-right: 10px;
}

.qt td.col4 strong{
    color: #143255;
}