@charset "utf-8";
#wrap_layerPop
    {
        display:none;
        width:560px;
        height:200px;
        text-align:center;
        border:3px solid #DDDDDE;
        background-color:#ffffff;
        z-index:2;
    }

    #wrap_layerPop #close {
        cursor:pointer;
        background: url(../../comm/images/cee-close-btn.png) no-repeat;
        display:box;
        width:58px;
        height:28px;
        float:right;
        text-indent:-10000px;
        margin: 6px 10px 0 0;
    }

    #wrap_layerPop #close:hover {
        background-position: 0px -28px;
    }
    #wrap_layerPop .description {
        padding-left:5px;
        padding-right:5px;
        padding-bottom:5px;
    }

    .skyblue{
        background-color:skyblue;
    }