﻿#active-popup {
	background-color: rgb(0, 0, 0);
	position: fixed;
	width: 100%;
	height: 100% !important;
	opacity: 0.6;
	top: 0;
	left: 0;
	z-index: 999;
}

#popup-container {
	width: 30%;
	
	margin: 250px auto 0 auto;
	position: fixed;
	left: 35%;
	z-index: 999;
	top: 0;
	padding: 10px;
	display: none;
	background: #FFFFFF;
	-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;

}

.modal-content {
  position: relative;
  text-align: center;
}

#popup-window { 
position: relative;
margin-top: 30px;
text-align:center;

 }

.modal-content h1,
.modal-content p { color: #fff; }

.modal-content p { padding: 20% 5% 0 5%; }

#popup-container a.close {
	position: relative;
	float: right;
	z-index: 99;
	font-weight: bold;
	font-size: 18px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	padding: 2px 5px 2px 6px;
	line-height: 1em;
	text-align: center;
	background: #fff;
	border: 4px solid #FF0000;
	cursor: pointer;
	color: #FF0000;
}
