﻿.NoMarginNoPadding {
  margin:0;
  padding:0;
}
.pageContentLock {
	position: fixed;
	top: 0; 
	left: 0;
	height:100%;
	width:100%;
	text-align: left;
}
.backLightBox {
	position: fixed;
	top: 0; 
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #333;
	opacity: 0.5;
	z-index:99;
}
.popWContainer {
  position: absolute;
	top: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	text-align: center;
}
.popWTitleBar {
  position: fixed;
	top: 0;
	left: 50%;
  transform: translateX(-50%);
	height:40px;
	width: 100%;
	max-width: 450px;
	z-index:100;
	background-color: #cce;
}
.popWTitle {
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  text-align: center;
}
.popWContent {
  padding-top: 40px;
	margin: 0 auto;
	width: 100%;
	min-height: calc(100% - 40px);
	max-width: 850px;
	background-color: #fff;
	font-size:24px;
	font-family:arial;
	box-shadow: 0 0 10px 0px #000000bf;
}
