@charset "utf-8";
.pgewrapper{
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	display: none;
	z-index: 10;
}
.pgewrapper .pgemask{
	position: fixed;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	background-color: #000;
}
.pgewrapper .pgecontainer{
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	background-color: #FFF;
	width: 400px;
	display: none;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
#comingsoon {
	display: none;
}
.pgecontainer h2 {
}
.pgecontainer p {
}
.pgecontainer ul {
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.pgecontainer ul li{
	padding-top: 5px;
	padding-bottom: 5px;
	list-style-type: none;
}
.pgecontainer a {
	color: #00F;
}
