/*
=popup
-----------------------------------------------------*/
#yk_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
    z-index: 3000;
    text-align: center;
}

#yk_box {
    position: absolute;
    z-index: 4000;
    color: #fff;
    margin: 0 auto;
    top: 100px;
    padding: 20px 5px 5px 5px;
    xwidth: 100%; /* 610px */
    xheight: 100%; /* 519px */
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    background: #eee;/* url(/cms/images/loading-ani.gif) no-repeat 50% 50%;*/
}

#yk_close {
    background: transparent url(/cms/images/close.gif) no-repeat 0% 0%;
    width: 100px;
    height: 18px;
    display: block;
    position: absolute;
    top: 5px;
    right: -15px;
    border: none;
    text-indent: -999em;
    outline: 0;
    z-index: 3000;
}