.at-button {
    border-radius: 4px;
    padding: 10px 25px;
    cursor: pointer;
    color: white;
    opacity: 0.9;
    font-size: 16px;
}

.at-button:hover {
    filter: brightness(120%);
    opacity: 1;
}
.at-button--buy-green {
    background: #2f9f54;
}
.at-button--buy-red {
    background: #852c1a;
}

.anchor-button {
    background: url("../images/global/ce/anchor-button.png") left top no-repeat;
    width: 50px;
    height: 120px;
    display: block;
    position: absolute;
}

.anchor-button--1 {
    top: 540px;
    left: 615px;
}



.at-action-ok {
    display: inline-block;
    position: relative;
    height: 28px;
    width: 100px;
    background: url('../images/global/global.png?v=3') no-repeat -250px -549px transparent;
    text-align: center;
    padding-top: 4px;
    padding-left: 10px;
    margin-top: 10px;
    color: white;
    cursor: pointer;

    margin-right: 20px;
}

.at-action-ok:after {
    content: "";
    display:inline-block;
    width: 10px;
    height: 28px;
    position: absolute;
    right: 0;
    margin-right: -10px;
    margin-top: -4px;
    background: url('../images/global/global.png?v=3') no-repeat -426px -549px transparent;
}

.at-action-cancel {
    display: inline-block;
    position: relative;
    height: 28px;
    width: 100px;
    background: url('../images/global/global.png?v=3') no-repeat -250px -549px transparent;
    text-align: center;
    padding-top: 4px;
    padding-left: 10px;
    margin-top: 10px;
    color: white;
    cursor: pointer;
}

.at-action-cancel:after {
    content: "";
    display:inline-block;
    width: 10px;
    height: 28px;
    position: absolute;
    right: 0;
    margin-right: -10px;
    margin-top: -4px;
    background: url('../images/global/global.png?v=3') no-repeat -426px -549px transparent;
}