.yui-popup {
    display: block;
    position: fixed;
    width: 430px;
    /*box-shadow: 0px 0px 0px 10px #6b6b6b;*/
    z-index: 99999;

}
.yui-popup {
    background: #ffffff;
    border-color:#676767;
    border-width : 1px;
    border-style: solid;
    border-radius: 7px;
}
.yui-popup .popup-wrapper {
    position: relative;
    height: 100%;
}
.yui-popup .popup-wrapper {
    // background-color: #fefefe;
    // border-radius: 3px;
}
.yui-popup .popup-header {
    margin: 0px auto;
    font-size: 18px;
    padding: 10px;
    text-align: center;
    border-bottom-width: 1px;
    border-bottom-style : solid;
    word-break: break-word;
}
.yui-popup .popup-header {
    // color: #757575;
    // background: #efefef;
    // border-top-left-radius: 10px;
    // border-top-right-radius: 10px;
    // border-bottom-color : #B5B5B5;
}
.yui-popup .popup-body {
    padding:20px;
    font-size: 16px;
    word-break: break-word;
}
.yui-popup .popup-footer {
    text-align: center;
    padding: 15px 30px 30px;
    word-break: break-word;
}
.yui-popup .popup-close {
    background-image: url('/skin/frontend/default/default/images/easyflyer/orderfiles/close-cross-grey.png');
    width: 32px;
    height: 32px;
    display: block;
    position: absolute;
    top: -20px;
    right: -20px;
    cursor: pointer;
}
.yui-popup .popup-close {
    display: none;
}
.yui-popup .popup-button {
    font-size: 18px;
    width: 45%;
    font-weight: bold;
    cursor: pointer;
    margin: 0 5px;
}


.yui-popup #popup-ok {
    border:none;
    color: #fff !important;
    text-shadow: none;
    background : #ff6000 !important;
    border-radius: 0px !important;
    box-shadow: none;
}

.yui-popup #popup-ok:hover {
    background : #ff6000 !important;
}
.yui-popup #popup-no {
    border:none;
    color: #fff !important;
    text-shadow: none;
    background : #858585 !important;
    border-radius: 0px !important;
    box-shadow: none;
}
.yui-popup #popup-no:hover {
    background : #858585 !important;
}

.yui-overlay {
    background-attachment: fixed;
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    left: 0;
    min-height: 100%;
    min-width: 100%;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9998;
}