﻿body {
    }
            #fade {
            display: none;
            position: fixed;
            top: 0%;
            left: 0%;
            width: 100%;
            height: 100%;
            background-color: #000;
            z-index: 1001;
            -moz-opacity: 0.7;
            opacity: .70;
            filter: alpha(opacity=70);
        }

        #light {
            display: none;
            position: absolute;
            top: 50%;
            left: 50%;
            width: 40%;
            height: 200px;
            margin-left: -150px;
            margin-top: 100px;
            padding: 10px;
            border: 2px solid #FFF;
            background-color: #808080;
            z-index: 1002;
            overflow: visible;
        }

