#overlay {
    position: fixed;
    overflow: auto;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    filter:alpha(opacity=70);
    -moz-opacity:0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    z-index: 100;
}
.cnt223 a{
    text-decoration: none;
}
.popup{
    overflow: auto;    
    position: fixed;   
    width: 100%;
    margin: 0 auto;
    display: none;
    z-index: 101;
}
.cnt223{
    position: relative;
    overflow: auto;
    min-width: 360px;
    width: 800px;
    min-height: 210px;
    height: 320 px;
    margin: 20px auto;
    background: #f3f3f3;
    z-index: 103;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 2px 5px #000;
    align-content: center;
    justify-content: center;
}

.cnt223 p{
    clear: both;
    color: #555555;
    text-align: justify;
}
.cnt223 p a{
    color: #d91900;
    font-weight: bold;
}
.cnt223 .x{
    float: right;
    height: 35px;
    left: 0px;
    position: relative;
    top: 0px;
    width: 34px;
    z-index: 110;
}
.cnt223 .x:hover{
    cursor: pointer;
    z-index: 110;
}