#document-glass {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 500;
    background: #000;
    opacity: 0.6;     
    margin: 0;
    padding: 0;
}

#startup_advertising_box {
    position: absolute;
    display: none;
    z-index: 501;
    background: #fff url(../img/icons/cursor_large.gif) center center no-repeat;       
}

#startup_advertising_image_container {
    display: none;
    margin: 10px;
    width: 246px;
    height: 246px;
}

#startup_advertising_image_container img {
    border: none;
}

#startup_advertising_info {
    display: none;
    padding: 0 10px 10px 10px;
    height: 22px;        
}

#startup_advertising_info a {
    font-family: Arial;
    font-weight: bold;
    text-decoration: underline;
    font-size: 17px;
}

#startup_advertising_info a.close_link {    
    background: url(../img/icons/closelabel.gif) top left no-repeat;
    height: 22px;
    width: 66px;
    right: 10px;
    position: absolute;
}