#simplemodal-container {
    background: #ffffcd;
    /*border: #f88f1b 3px solid;*/
    border-radius: 20px;
    text-align: left;
    /*min-height: 120px;
    min-width: 250px;*/
    padding: 25px;
    display: none;
    overflow: visible;
}

#noticeBanner {
    min-width: 250px;
    max-width: 700px;
    min-height: 120px;
}

#simplemodal-overlay {
    background: #000000 !important;
    opacity: 0.5 !important;
}

.simplemodal-close {
    position: absolute;
    background: url("/images/x.png") no-repeat;
    top: -30px;
    display: block;
    width: 22px;
    height: 24px;
    cursor: pointer;
    right: 14px;
}

#noticeBanner {
    width: 100%;
    text-align: center;
    display: mone;
}

.qtip-active {
    max-width: 250px;
    padding-top: 10px;
}

.qtip-contentWrapper {
    border: #e5accc 1px solid !important;
    /*border: #f88f1b 1px solid !important;*/
    border-radius: 5px !important;
    box-shadow: #BDBDBD 1px 2px 7px 1px;
}

.notice-close {
    cursor: pointer;

    width: 6px;
    right: 4px;
    position: absolute;
    top: 4px;
}

.notice_not-active {
    background: #FF7D7D;
}
.notice-arrow {
    position: absolute;
    top: -10px;
    left: 20px;
}

.qtip-wrapper {
    overflow: visible !important;
    /*box-shadow: #666 0px 3px 7px;*/
}

#noticeBanner ol, #noticeBanner ul, .qtip-active ul, .qtip-active ol {
    padding-left: 35px;
}

.qtip-active ul, .qtip-active ol {
    padding-left: 30px;
}
/*
     */
/*
*/