.lbCapsule{
    display:block;
    height:100%;
    left:0;
    position:absolute;
    top:0;
    width:100%;
}

.lightBox{

    display: block;
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 90;
    background: #000000;
    opacity: 0.8;
    filter:  alpha(opacity=80);
}

.closeButtonTop{

    display: block;
    font-weight: bold;
    cursor:pointer;
    text-align: center;
    margin-bottom: 5px;
    margin-left: 600px;
}

.closeButtonBottom{

    display: block;
    cursor:pointer;
    text-align: center;
    margin-bottom: 5px;
    margin-top: 10px;
}


.lbContainer{
    display: block;
    background: white;
    width: 625px;
    margin:auto;
    top: 200px;
    padding: 10px;
    opacity: 1.0;
    filter:  alpha(opacity=100);
    position: relative;
    z-index: 91;


}


.lbContent{
    display: block;
    background: white;
    width: 600px;
    margin:auto;
    height: 500px;
    overflow: auto;
    padding: 10px;
    padding-top: 5px;
    border: 2px solid #a5a5a5;

}

.lbContent h1{
    text-align: center;
    margin-bottom: -15px;
    padding: 0px;
    margin-top:-5px;
}

