.screenLock{
            min-height: 100%;
            height : 100%;
                            position : fixed;
                            z-index : 999999;
                            top:0;
                            left:0;
                            width:100%;
                            background : rgba(0,0,0,0.7)
                        }

        .msg{
                position:absolute;
                width:792px;
                height:470px;
                background: rgba(60,114,181,1);    background: -moz-linear-gradient(-45deg, rgba(60,114,181,1) 0%, rgba(123,159,204,1) 100%);    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(60,114,181,1)), color-stop(100%, rgba(123,159,204,1)));    background: -webkit-linear-gradient(-45deg, rgba(60,114,181,1) 0%, rgba(123,159,204,1) 100%);    background: -o-linear-gradient(-45deg, rgba(60,114,181,1) 0%, rgba(123,159,204,1) 100%);    background: -ms-linear-gradient(-45deg, rgba(60,114,181,1) 0%, rgba(123,159,204,1) 100%);    background: linear-gradient(135deg, rgba(60,114,181,1) 0%, rgba(123,159,204,1) 100%) !important;    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c72b5', endColorstr='#7b9fcc', GradientType=1 );
                top:10%;
                left:50%;
                margin-left:-396px;
               
                display: none;
                border-style : solid;
                border-color: #fff;
                border-width:5px;
                border-radius:7px;
                padding:7px
            }

  

        h1.msg-title{
                    width: 100% !important;
                    font-size : 30px;
                    font-family : Arial;
                    text-align : center;
                    color : #fff;
                    font-weight:bold;
                    margin-bottom : 30px;
                    margin-top : 20px;
                    line-height : 30px;
                    text-transform: none !important;
                }



        .msg-img{
            margin-top: 11px;
           float:right;

        }       

        .msg-text{
            
            color: #fff;
            font-family: Verdana;
            font-size: 27px;
            padding: 10px;
            margin-top: 40px;
            line-height: 40px;

        } 

        a.submit-popup {
            margin: auto;
            width: 87%;
            font-size: 30px;
            font-family: Verdana;
            font-weight: bold;
            color: #fff !important;
            display: block;
            background: rgba(60,101,181,1);
            border-style: solid;
            border-color: #fff;
            border-width: 1px;
            border-radius: 5px;
            padding: 5px;
            line-height: 40px;
            text-decoration: none;
            text-align: center;
            margin-top: 30px;
        }
        a.submit-popup:hover{
           background:#0c0; 
        }                

.close{
    position: absolute;
    top: 5px;
    right: 5px;
    font-family: Arial;
    font-weight: bolder;
    color: #c00;
    font-size: 30px;
    cursor: pointer;
}                        