.as_lightbox_wrapper{
    width:100%;
    position:absolute;
    top:0;
    left:0;
    z-index:100;
    background:url(../images/as_popup_wrapper_bg.png);
    display:none;
}
.as_lightbox_close{
    position:absolute;
    right:0;
    z-index:102;
    height:32px;
    width:32px;
    top:-25px;
    right:-25px;
    cursor:pointer;
}
.as_lightbox_container{
    z-index:101;
    position:fixed;
    width:696px;
    height:526px;
    background:#FFF;
    left:21%;
    top:13%;
    padding:10px;
    border-radius:2px;
    display:none;
}

.light{ color:#FFF; text-decoration:none !important; font-size:14px; font-family: Times; }
.light:hover{ color: #FF0;}