.geoAdvisoryPopup{
	background-color:rgba(0,0,0,.75); 
	position:fixed; 
	top: 0px; 
	left:0px; 
	height:100%; 
	width:100%; 
	color: white;
	z-index: 20000;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#C0000000,endColorstr=#C0000000);
} 

#geoAdvisoryInner{
	position: relative;
	height:450px;
	width:760px;
	top: 15%;
	margin-left:auto;
	margin-right:auto;
	background-color: black;
	z-index:20001;

}


#geoAdvisoryTransfer{
	position: absolute;
	top: 243px;
	left: 225px;
	height: 38px;
	width: 219px;
	display: block; 

}

#geoAdvisoryContinue{
	position: absolute;
	width: 100%; 
	height: 137px;
	bottom: 19px;
	display: block; 
}

#geoAdvisoryLeft{
	display: block; 
	float: left; 
	width: 45%; 
	height: 100%;
	}

#geoAdvisoryRight{
	display: block; 
	float: right; 
	width: 45%; 
	height: 100%;
}