
.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: 600px; top: 150px; left: 50%; margin-left: -300px; }
.msg > h1 {color: rgb(255, 255, 255);
    text-align: center;
    font-size: 22px;
    margin: 0px;
        background: rgb(38, 124, 177);
    padding: 15px 0px;
	    line-height: 25px;}
.close { position: absolute; top: 1px; right: 5px; font-size: 40px; cursor: pointer; }

.submit-popup {
    text-decoration: none!important;
    background: linear-gradient(to bottom, #4eb5e5 0%,#389ed5 100%);
    border: none;
    border-radius: 5px;
    position: relative;
    border-bottom: 4px solid #2b8bc6!important;
    color: #fbfbfb!important;
    font-weight: 600;
    text-shadow: 1px 1px 1px rgba(0,0,0,.4);
    font-size: 20px;
    box-shadow: 0px 3px 0px 0px rgba(0,0,0,.2);
    cursor: pointer;
    display: block;
    margin: 25px;
    padding: 15px;
    text-align: center;
	transition:0.5s
}
.submit-popup:hover {
	box-shadow: inherit;
}

.msg {
      background: #ffffff;
}
.msg-title {
	    font-family: Arial;
		    font-size: 30px;
}
.msgn-title:after {
	border:none;
}
.msgn-title {
	        font-family: Arial;
    font-size: 23px;
    margin: 25px 25px;
    color: rgb(68, 68, 68);
	font-weight: bold;
	    line-height: 26px;
	
}
.close {
    
        font-family: Arial;
    color: white;
	    text-align: right;
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 30px;
}
.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;
    height: 100%;
}