#lightbox {
    background-image: url('overlay.png');
    width: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    display: none;
}	
#lightboxCell {
    padding: 10px;
    background-color: white;
    border: 1px solid #ddd;
    background-color: #eee;
}

#lightboxHolder {
    width: 100%;
    height: 100%;
    position: relative;
}

#lightboxClose {
    position: absolute;
    right: -10px;
    top: -10px;
    cursor: pointer;
}

#lightboxName {
    float: left;
    width: 50%;
    height: 30px;
    overflow: hidden;
    font-size: 11px;
    color: #666;
    font-weight: bold;
    text-align: left;
}

#lightboxRight {
    float: right;
    height: 30px;
    width: 49px;
    text-align: right;
    overflow: hidden;
    font-size: 11px;
    color: #666;
    font-weight: bold;
}

#lightBoxCloseHref {
    color: #666;
    text-decoration: none;
}