#overlay {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 100;
	background-color: black;
	position: absolute;	
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.overlay {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 100;
	background-color: black;
	position: absolute;	
	opacity: 0.5;
	filter: alpha(opacity=50);
}

#overlayBox {
	border: 1px solid;
	background: white;
	z-index: 102;
	height: auto;
	width: 700px;
	position: absolute;
	top: 10%;
	left: 20%;
}

#passwordEmailOverlay {
	padding: 25px;
	line-height: 60px;
}

#overlayImage {
  top: 50%;
  left: 41%;
  position: absolute;
  /*background: url('/apa/shop/img/ajax.gif') no-repeat;*/
  height: 50px;
  z-index: 101;
  visibility: visible;
  display: inline;
}

.waitText {
	color: #FFFFFF; 
	text-align: center;
	font-weight: bold;
	font-size: 15px;
}

.notLoggedInDiv {
  border: 1px solid;
  background: white;
  z-index: 102;
  height: 300px;
  width: 400px;
  position: absolute;
  top: 24%;
  left: 36%;
}

.activeLicenseDiv {
  border: 1px solid;
  background: white;
  z-index: 102;
  height: 300px;
  width: 400px;
  position: absolute;
  top: 24%;
  left: 36%;
}

.notLoggedInForm {
  border-top: 1px solid;
  height: 90%;
  padding: 10px;
}

.notLoggedInWindowClose {
   color: black;
   padding: 7px;
   text-align: right;
   font-size: 15px;
   font-weight: bold;   
}

.notLoggedInDivP {
  color: black;
  /*font-size: 13px;*/
  margin-top: 10px;
  line-height: 20px;
}

.notLoggedInButton {
  font-size: 14px;
  font-weight: bold;
  margin: 10% 0 0 37%;
  padding: 15px;
}

#passwordOverlay {
	background: white;
	z-index: 102;
	height: 150px;
	width: 525px;
	position: absolute;
	top: 40%;
	left: 30%;
	padding: 15px;
}

#passwordOverlay p {
	padding-top: 15px;
	padding-bottom: 30px;
}

#confirmOverlay {
	background: white;
	z-index: 102;
	height: 150px;
	width: 525px;
	position: absolute;
	top: 40%;
	left: 30%;
	padding: 15px;
	text-align: center;
}

h2 {
	line-height: 125%;
}

.okBtn {
	margin: 100px 0 0 0;
	padding: 0 10px;
	/*position: absolute;*/
}