#olchtml-popup-bg {
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";

  /* IE 5-7 */
  filter: alpha(opacity=20);

  /* Netscape */
  -moz-opacity: 0.2;

  /* Safari 1.x */
  -khtml-opacity: 0.2;

  /* Good browsers */
  opacity: 0.2;
}
#olchtml-popup-bg {
	position: fixed;
	top:0;
	left:0;
	height:100%;
	width:100%;
	z-index:9999999999;
	background-color: #000000;
}

#olchtml-popup-wrap {
	position: absolute; 
	left: 0;
	top:0;
	
	height:100%;
	width:100%;
	z-index:99999999999;
}

#olchtml-popup {
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	
	xmax-height:100%;
	max-width:900px;
	z-index:99999999999;
	background-color:#FFFFFF;
	border:5px solid #ffffff; 
}
#olchtml-popup .olchtml-popup-close { 
	position:absolute;
	cursor:pointer;
	z-index: 10000;
	font-size:30px;
	text-decoration:none;
	opacity:0.2;
	color:#000000; 
	height:30px;
	width:30px;
	background-image:url("../close.png");
	background-position:center center;
	margin-top:15px;
}
#olchtml-popup .olchtml-popup-close:hover { opacity:1; }
#olchtml-popup .olchtml-popup-close:before{
	xcontent:"\e814";
	font-size:30px;
	font-family:entypo-fontello;
}
.olchtml-popup-top,
.olchtml-popup-body,
.olchtml-popup-footer {
	position:relative;
	clear:both;
	width:100%;
	margin:0 0 0 0;
	padding:0 0 0 0;
}
.olchtml-popup-footer label { text-decoration:none; }

.olchtml-popup-top{  text-align:right;  }

.olchtml-popup-main 	{ height:25%; }
.olchtml-popup-header .olchtml-popup-logo { height:100%; }
.olchtml-popup-main .olchtml-main-image { height:100%; }
.olchtml-popup-footer { height:auto;}

.olchtml-popup-header { padding-top:1%;}
.olchtml-form{
	position:relative;
	clear:both;
	width:100%;
	margin:0 0 0 0 !important;
	padding:1% 0 1% 0 !important;
	border:0px solid #0000FF !important;
	text-align:center;
	height:auto;
}
.olchtml-form form{
	margin:0 0 0 0 !important;
}
.olchtml-form input {
	text-align:center;
}

/* signup link */
.olchtml-signup 
{ 
	position:relative;
	xfloat:right;
	xpadding:2px 10px 2px 10px;
	text-decoration:none;
}

.olchtml-signup:hover
{
	cursor:pointer;
	text-decoration:none;
}
@media only screen and (max-width: 480px) {
	#olchtml-popup{ top:100px !important; }
}

#olchtml-popup .template-page { padding:0 0 0 0 !important; border:none !important; }
#olchtml-popup .avia-section .container{ padding:0 0 0 0 !important; }
.olchtml-popup-top{ padding-right:45px !important; }

#olchtml-popup .avia-image-container.avia-align-right{ margin:0 0 0 0 !important;}
