
.black_overlay{

            display: none;

            position: absolute;

            top: 0%;

            left: 0%;

            width: 100%;

            height: 100%;

            background-color: black;

            z-index:1001;

            -moz-opacity: 0.63;

            opacity:.63;

            filter: alpha(opacity=63);

        }

        .white_content {

            display: none;
            display: hidden;

            position: absolute;

            top: 25%;

            left: 25%;

            width: 50%;

            height: 50%;

            padding: 15px;

            border: 10px  solid orange;

            background-color: white;

            z-index:1002;

            overflow: auto;

        }
 .or_content {

            display: none;

            position: absolute;

            top: 60%;

            left: 61%;

            width: 100;

            height: 100;

            padding: 7px;

            border: 2px  solid  #b0d9ff;

            background-color: white;

            z-index:1002;

            overflow: auto;

        }

