#lightbox-curtain {
    background-color:rgb( 0, 0, 0 );
    filter:alpha( opacity = 66 );
    left:0;
    opacity:0.66;
    padding:0;
    position:absolute;
    margin:0;
    top:0;
    width:100%;
    z-index:100;
    -khtml-opacity:0.66;
    -moz-opacity:0.66;
}

#lightbox-shadow {
    background-color:rgb( 0, 0, 0 );
    filter:alpha( opacity = 16 );
    left:0;
    opacity:0.16;
    padding:5px;
    position:absolute;
    margin:-5px 0 0 -5px;
    top:0;
    width:100%;
    z-index:100;
    -khtml-opacity:0.16;
    -moz-opacity:0.16;
    
    -webkit-border-radius:15px;
    -moz-border-radius:15px;
}

#lightbox-stage {
    background-color:rgb( 255, 255, 255 );
    color:#484848;
    font-family:verdana;
    font-size:12px;
    height:540px;
    left:0;
    margin:0;
    padding:0;
    position:absolute;
    top:0;
    width:730px;
    z-index:102;
    
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
}

#lightbox-titlebar {
    margin:5px 10px 5px 10px;
    height:10;
}

#lightbox-title {
    font-weight:bold;
    text-align:left;
}

#lightbox-options {
    font-size:10px;
    position:absolute;
    right:5px;
    top:5px; 
}

#lightbox-options .option {
    color:#484848;
    cursor:pointer;
    display:block;
    float:left;
    margin:0 5px;
    padding:1px;
    text-decoration:none;
}

#lightbox-options .option:hover {
    background-color:#eee;
}

#lightbox-content {
    border-top:1px solid #eee;
    clear:both;
    padding:10px;
}