
        .screenLock {
            position: fixed;
            width: 100%;
            background: rgba(0, 0, 0, 0.7) none repeat scroll 0% 0%;
            top: 0px;
            left: 0px;
            z-index: 99999;
            display: none;
        }

        .msg {
            position: absolute;
            width: 620px;
            height: 450px;
            top: 150px;
            left: 50%;
            margin-left: -300px;
            background: rgb(20, 143, 185) none repeat scroll 0% 0%;
            border: 1px solid rgb(238, 238, 238);
        }

        .msg>h1 {
            color: rgb(255, 255, 255);
            text-align: center;
            font-size: 24px;
            margin-bottom: 30px;
            margin-top: 30px;
        }

        a {
            cursor: pointer;
        }

        .msg>h2 {
            color: rgb(255, 255, 255);
            text-align: center;
            font-size: 20px;
            margin-bottom: 30px;
            margin-top: 30px;
        }

        .close {
            position: absolute;
            top: 1px;
            right: 5px;
            font-size: 40px;
            cursor: pointer;
        }

        .submit {
            margin-top: 5px;
            height: 50px;
            width: 400px;
            background-color: firebrick;
            color: rgb(255, 255, 255);
            font-size: 30px;
            border-radius: 3px;
        }

        .fig {
            text-align: center;
        }
    