/* Start of CMSMS style sheet 'Lightbox' */
.black_overlay{
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index:100001;
    -moz-opacity: 0.7;
    opacity:.70;
    filter: alpha(opacity=70);
}
.white_content {
    display: none;
    position: absolute;
    top: 25%;
    left: 28%;
    width: 44%;
    height: 250px;
    padding: 30px 0 0;
    border: 0 solid #c18606;
    background-color: white;
    z-index:100002;
    overflow: auto;
    text-align: center;
}
#lightbox_logo {
    padding-right: 20px;
}
.white_content h1 {
    font-size: 2em;
    margin: 0;
}
.white_content a {
    text-decoration: underline;
    font-weight: bold;
}
#closelightbox {
    display: none;
    position: absolute;
    top: 25%;
    left: 28%;
    width: 44%;
    height: 30px;
    line-height: 30px;
    z-index:100003;
    overflow: auto;
    background: #d3ccc5;
    text-align: center;
    text-transform: uppercase;
    font-family: Futura, Arial;
}
#closelightbox a {
    font-size: 1.1em;
}
/* End of 'Lightbox' */

