.app-alert-popup {
    overflow: hidden;
    width: 100%;
    border-color: #efece3;
    box-shadow: 0 0 6px #999999;
    border: 0;
}

.app-alert-popup .top {
    position: relative;
}

.app-alert-popup h3 {
    color: #475669;
    font-size: 20px;
    font-weight: normal;
    background: #fffae0;
    margin: 0;
    padding: 14px 8px 12px 19px;
    cursor: move;
}

.app-alert-popup .close {
    background: url(/i/overlay-rate-close.png) no-repeat center;
    float: right;
    cursor: pointer;
    height: 30px;
    width: 30px;
    position: absolute;
    top: 9px;
    right: 11px;
}

.app-alert-popup .content {
    background-color: #EFECE3;
    color: #666;
    font: 12px/16px Tahoma, Arial, sans-serif;
    padding: 14px 14px !important;
}

.app-alert-popup .lastSA {
    display: block;
    background-color: #fff;
    padding: 13px 19px;
    overflow: hidden;
    zoom: 1;
    font-family: apercu_pro;
}

.app-alert-popup h3 .close {
    float: right;
    cursor: pointer;
    height: 9px;
    margin: 5px 11px 0 0;
    width: 9px;
}

.app-alert-popup .top h3 {
    background-color: #fff;
    font-family: 'apercu_pro';
}

.app-alert-popup .lastSA input {
    font-size: 14px;
    font-family: 'apercu_pro', sans-serif;
    color: #fff;
    border: 1px solid #ff8e41;
    background: #ff8e41;
    padding: 10px 0px;
    border-radius: 2px;
    width: 200px;
    cursor: pointer;
}

.app-alert-popup .lastSA input {
    background: #FF8E41;
    border-color: #FF8E41;
}

.app-alert-popup .lastSA input:hover {
    background: #F88741;
    border: 1px solid #F88741;
}

.scroll-disabler {
    overflow: hidden !important;
    margin-right: 12px !important;
}

.app-alert-popup.app-alert-gray-popup .top h3 {
    padding-bottom: 20px;
    border-bottom: 1px solid #fff;
    background-color: #E4E5EA;
    padding-top: 0px;
    padding-left: 0px;
}

.app-alert-popup.app-alert-gray-popup .content {
    background-color: #E4E5EA;
    padding: 20px 30px 0px 30px !important;
    line-height: 22px;
}

.app-alert-popup.app-alert-gray-popup .lastSA {
    background-color: #E4E5EA;
    padding: 20px 30px 20px 30px;
}

.app-alert-popup.app-alert-gray-popup .top {
    padding: 17px 30px 0 30px;
    background-color: #E4E5EA;
}


.app-alert-popup.app-alert-gray-popup .close {
    background: url(/i/close-12x12.png) no-repeat center;
    top: 18px;
    right: 20px;
}

.app-alert-popup.app-alert-gray-popup .close:hover {
    background: url(/i/close-12x12-red.png) no-repeat center;
}

.app-alert-popup.app-alert-gray-popup .lastSA input {
    border-radius: 0;
}

.app-alert-popup .content {
    font-size: 17px;
    color: #475669;
    font-family: 'apercu_pro', sans-serif;
}

.app-alert-popup.app-alert-gray-popup.app-alert-popup-fat .lastSA input {
    border-radius: 2px;
    padding: 18px 0px 18px 0px;
    width: 276px;
    height: auto;
    text-transform: none;
    font-weight: bold;
    font-size: 15px;
    font-family: 'OpenSansRegular', sans-serif;
    line-height: 20px;
}

[id^="app-alert-popup-"] {
    max-width: 750px;
}

@media screen and (max-width: 410px) {
    [id^="app-alert-popup-"] {
        width: 95% !important;
    }
}

@media screen and (max-width: 639px) {
    .app-alert-popup.app-alert-gray-popup .lastSA input {
        width: 100%;
    }

    .app-alert-popup.app-alert-gray-popup .lastSA input + input {
        margin-top: 10px;
    }
}
