﻿.black_overlay {
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: white;
    z-index: 1001;
    -moz-opacity: 0.40;
    opacity: .83;
    filter: alpha(opacity=95);
}

.holitest {
    display: none;
    width: 650px;
    height: 400px;
    
    position: fixed;
    top: 8%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 3px;
    /*border: 1px solid;*/
    background-color: white;
    z-index: 1002;
    overflow: auto;


    -moz-box-shadow: 0 0 5px 1px #FFC600;
    -webkit-box-shadow: 0 0 5px 1px #FFC600;
    box-shadow: 0 0 5px 1px #FFC600;

}

.white_content {
    display: none;
    position: absolute;
    top: 25%;
    left: 15%;
    width: 900px;
    height: 800px;
    padding: 3px;
    border: 2px solid orange;
    background-color: white;
    z-index: 1002;
    overflow: auto;
}
.Example_F {
    -moz-box-shadow: 0 0 5px 1px #FFC600;
    -webkit-box-shadow: 0 0 5px 1px #FFC600;
    box-shadow: 0 0 5px 1px #FFC600;
}