.tx-portalcheck-pi1{
	/*display: none;*/
}
.homePopBg2, .homePopBg_copy {
	
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-color: #282828;
	-moz-opacity:0.8;
    filter:alpha(opacity=80);
    opacity:0.8;
	display: none;
}
.homePopContainer2 {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 200px;
	left: 0px;
	z-index: 100;

}
.homePopContainer2.mobile{
	top: -30px!important;
}
.homePopContainer_copy{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 1;
	display: none;
}

.homePop2, .homePop_copy{
/*	background-color: white;*/
/*	background: url(../img/widgets/agent-portal-popup.png) no-repeat scroll 0 5px transparent;*/
	width: 854px;
	height: 307px;
	position: relative;
	margin: 25px auto 0px auto;
	padding: 18px;
	display: none;
	background:none;
	z-index: 100;
}
.homePop_copy{
	height: auto;
	margin: 130px auto 0px auto;
}

.homePop2 h3, .homePop_copy h3{
	margin: 15px 0 15px 0;
}

.homePop2 p, .homePop_copy p{
	height: 250px;
	overflow: auto;
	margin: 0 0 23px 0;
	padding: 0 17px 0 0;
	color:#333333!important;
}
.homePop2 .accept, .homePop_copy .accept{
	background: url(../img/widgets/accept.jpg) no-repeat scroll 0 0px transparent;
	margin: 0px 0 0 471px;
	width: 29px;
	height: 29px;
	border: none;
	color: white;
	font-weight: bold;
	font-size: 12px;
	cursor: pointer;
	position:relative;
	top:-11px;
	z-index: 1000;
}
.homePop2 .accept:hover, .homePop_copy .accept:hover{
	color: #e1e1e1;
}
.homePop2 .decline, .homePop_copy .decline{
	background: url(../img/widgets/decline.jpg) no-repeat scroll 0 5px transparent;
	width: 75px;
	height: 35px;
	border: none;
	color: white;
	font-weight: bold;
	font-size: 12px;
	cursor: pointer;
}
.homePop2 .decline:hover, .homePop_copy .decline:hover{
	color: #e1e1e1;
}
.homePop_copy h3 a, .homePop_copy h3 a:visited{
	text-decoration: underline;
}
.homePop_copy h3 a:hover{
	text-decoration: none;
}
.main-popup {
    position: relative;
    z-index: 99999999;
}