@media(max-width:960px) {


    .cnt223 {
        min-width: 80% !important;
        width: 80% !important;
    }
}

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
    z-index: 99998;
}

.cnt223 a {
    text-decoration: none;
}

.popup {
    width: 100%;
    margin: 0 auto;
    display: none;
    position: fixed;
    z-index: 99999;
}

.cnt223 {
    min-width: 800px;
    width: 800px;
    min-height: 150px;
    margin: 50px auto;
    background: #fff;
    position: relative;
    z-index: 9999;
    padding: 15px 15px;
    border-radius: 5px;
    box-shadow: 0 2px 5px #000;
}


    .cnt223 p a {
        color: #333;
        font-weight: bold;
        font-size: 13px;
        margin-top: 7px;
    }

    .cnt223 .x {
        float: right;
        height: 35px;
        left: 22px;
        position: relative;
        top: -25px;
        width: 34px;
    }

        .cnt223 .x:hover {
            cursor: pointer;
        }
