.black_overlay{
    /*display: none;*/
    /*opacity: 0;*/
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index:1001;
    -moz-opacity: 0.8;
    opacity:.80;
    filter: alpha(opacity=80);
}
.white_content {
    /*display: none;*/
    /*opacity: 0;*/
    position: absolute;
    top: 25%;
    left: 25%;
    width: 600px;
    height: 600px;
    padding: 5px;
    border: 16px solid white;
    background-color: white;
    z-index:1002;
    overflow: none;
}

.bottom {
    height: 20px;
    text-align: right;
    color: #242424;
    text-weight: bold;
}

.bottom a {
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
    
}
