#popUpBG {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1800px;
/*	background: white; */
      background: #525252;
	z-index: 1000;
}
.popUp {
	position: absolute;
	top: 0;
	z-index: 1100;
	margin: 0 auto;
      background: #ffffff;
      text-align: center;
                display:none;
                width:650px;
                height:540px; 
                padding: 0; 
        
}
.popUp h3
   {
    font-family: arial,helvetica sans-serif;
    font-size: 1.29em;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1.071em;
    margin-top: 0.4285em;
    color: #ffffff;
        }
