.CASHfrane .close {
    z-index: 2;
    background-image: url(/asset/img/close.png);
    width: 35px;
    height: 36px;
    background-size: 90%;
    background-repeat: no-repeat;
    position: absolute;
    right: 27px;
    top: 22px;
    margin: 0
}

.cash_close:hover {
    opacity: .8;
    top: 23px
}

.CASHfrane {
    z-index: 1;
    width: 470px
}

.cash-box-top {
    background-image: url(/asset/img/CASHfrane-top.png?v=1);
    width: 470px;
    height: 35px;
    background-size: 100%;
    background-repeat: no-repeat;
    top: 0
}

.cash-box-center {
    background-image: url(/asset/img/CASHfrane-center.png?v=1);
    width: 470px;
    background-size: 100%
}

.cash-box-bottom {
    background-image: url(/asset/img/CASHfrane-bottom.png?v=1);
    width: 470px;
    height: 48px;
    background-size: 100%;
    background-repeat: no-repeat
}

.cash_text {
    color: #fff;
    padding: 27px 30px 0 35px
}

.cash-box-center .cash-box-buttom {
    width: 98%;
    text-align: center;
    float: right;
    letter-spacing: 1px;
    font-size: 16px;
    bottom: 7px;
    position: absolute;
    right: 2.5%
}

.cash-prompt-box-btns {
    letter-spacing: .5px;
    margin-top: 25px;
    text-align: center
}

.cash-box-center div {
    text-align: center;
    float: right;
    letter-spacing: 1px;
    font-size: 16px;
    bottom: 7px;
    position: absolute;
    right: 50px
}

.cash_bottom01 {
    background-color: #f3940e;
    border-color: #eea236;
    text-shadow: 0 1px 0 #c37c17;
    border-radius: 6px;
    color: #fff;
    border: 1px solid transparent;
    padding: 3px 7px;
    text-align: center;
    font-size: 15px;
    letter-spacing: 1px
}

.cash_bottom01:hover {
    background-color: #eaa542;
    bottom: 0
}

.cash_bottom02 {
    background-color: #ff6f33;
    bottom: 0;
    text-shadow: 0 1px 0 #c37c17;
    border-radius: 6px;
    color: #fff;
    border: 1px solid transparent;
    padding: 3px 7px;
    text-align: center;
    font-size: 15px;
    letter-spacing: 1px;
    margin-left: 5px
}

.cash_bottom02:hover {
    padding: 3px 7px;
    background-color: #ef5c1f;
    bottom: 0
}

.cash_bottom {
    background-color: #f3940e;
    border-color: #eea236;
    text-shadow: 0 1px 0 #c37c17;
    border-radius: 6px;
    color: #fff;
    border: 1px solid transparent;
    padding: 1%;
    text-align: center;
    font-size: 15px;
    letter-spacing: 1px;
    margin: 0 5px
}

.cash_bottom:active {
    background-color: #eaa542;
    bottom: 0
}