#pop_iframe {
	background-color:#E6E7E9;
	position: relative;
	top: 0px;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
	width:100px;
	text-align:left;
	border:none;
}

#popLbContent{
	/*display:none;*/
	position: absolute;
	top:20%;
	left:0;
	width: 100%;
	height:100px;
	z-index: 999;
	text-align: center;
	line-height: 0;
}

#popLbContent .popLbInner {
	position:relative;
	width:494px;
	border-left:3px solid #0831D9;
	border-right:3px solid #0831D9;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

#popup_top {
	background:url('../images/popups/popup_header_top.gif') 50% 50% no-repeat; 
	height:28px; 
	margin-left:auto;
	margin-right:auto;
	text-align:right;
	width:500px;
}

#popup_top a
{
	position:relative;
	top:4px;
	right:5px;
	float:right;
	background: url('../images/popups/close.gif') 0px 22px no-repeat; 
	width:21px;
	height:21px;
	margin:0px;
	padding:0px;
}

#popup_top a:hover
{
	background-position: 0px 0px;
}

/* org overlay dont change this */
#myoverlay{
	display:none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 900;
	width: 100%;
	height: 100%;
	background-color: #585858;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	}	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	background-color:#E6E7E9;
}
