.PopUpPage{

    position: fixed;
    width: 100%;
    height: auto;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.45);
    z-index: 99999999999;
    display: none;
    min-height: 100%;
    overflow: auto;
}
	input,input:focus,input:hover{
	        outline: 0 !important;
	}
.PopCenter{
width: 400px;
position: relative;
background: #fff;
margin: 0 auto;
    -webkit-box-shadow: 0 10px 25px rgba(0,0,0,.5);
    -moz-box-shadow: 0 10px 25px rgba(0,0,0,.5);
    box-shadow: 0 10px 25px rgba(0,0,0,.5);
top: 4em;
display: none;
}

.PopLogo{
height: 6em;
line-height: 74px;
display: block;
padding-top: 0em;
border-bottom: 2px solid #36373B;
max-width: 95%;
margin: 0 auto 0.1em;
}

.PopLogo a{
display: block;height: 100%;position: relative;
}
.PopLogo a img{
display: block;

height: 3em;

vertical-align: middle;

margin: 0;

position: absolute;

top: 50%;

left: 50%;

transform: translate(-50%, -50%);
}

.PopUpClose{
position: absolute;

top: 3px;

right: 3px;

width: 25px;

height: 25px;

cursor: pointer;

z-index: 8040;

background-color: #36373b;

border-radius: 0;

text-align: center !important;
}
.PopUpClose:hover{
	color:#249698;
}


.PopUpClose i{
color: #FFF;
position: relative;
top: 4px;
}

.PopIfram{
display: block;
width: 100%;
position: relative;
border-width: 0;
height: 28.8em;
top: 0.7em;
}



