
#gateway_wrap {
	position:fixed;
	width:856px;
	height:526px;
	top:50%;
	left:50%;
	margin:-265px 0 0 -430px;
	z-index:800;
	display:none;
	border: 2px solid #aba797;
	border-radius:10px;
	background:#aba797 url(../elements/structure/gateway_bg.jpg) top center no-repeat;
}
#gateway_wrap>div.relative { z-index:800;}

.overlay_gw {
	width:100%;
	height:auto;
	position:absolute;
	top:0;
	left:0;
	background:url(../elements/structure/overlay_blk.png) repeat;
	z-index:500 !important;
	display:none;
}
div#gw_div {
	height:125px;
	width:860px;
}
.logo_wrap.gateway {
	width:177px;
	float:none;
	height:65px;
	margin:auto;
	padding-top:20px;
}
.logo_wrap.gateway a img {margin:0;}

img.gw_shad {
	margin:auto;
	display:block;
}
div.gw_content {
	font-family: Times, "Times New Roman", serif;
	color:#000;
	text-align:center;
	width:860px;

}
input[type='submit']{
	border: none;	
	background-color:#990000;
	margin:auto;
	padding:10px 30px;
	color:#fff;
	font-size:16px;
	text-transform:uppercase;
	cursor:pointer;
}

footer#gw_footer {
	background-color:#fff;
	height:40px;
}

.dd_menu_wrap {
	position:relative;
	width:210px;
	margin:auto;
}

.ara_wrap_gw {
	background-color: #fff; 
	position:absolute; 
	bottom:0; 
	width:100%;
	height:40px; 
	border-radius: 0 0 10px 10px;
	padding-top:1px;
	padding-bottom:1px;}

.ara_wrap_gw>.ara_bar {
	line-height:40px; 
	height:40px; 
	width:500px; 
	margin:auto;
}

