/* OK to edit - Main Popup Window - 

	Editable: width, height, border, background-color, moz-border
	webkit-border (round corners), margin (leave "auto" alone it centers on page)
	text-align, background */

#gateway {
	/* do not edit */
	display:none;
	position:relative;
	/* do not edit */
	/* ok to edit below */
	width:550px;
	border:10px solid #666;
	background-color:#fff;
	border:10px solid rgba(82, 82, 82, 0.698);
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	margin: 150px auto;
	padding:10px;
	text-align:center;
	background: url('') center top #fff;

}

/* do not edit */
#closebut {
	background-image:url('images/close.png');
	display:none;
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}

/* do not edit */
img {border:0px;}

/* do not edit */
#wrapz {
	padding:10px;
	border:1px solid #c0c0c0;
	background-color:#fff;
	font-family:"Lucida Grande",Tahoma, Verdana, Arial,sans-serif
	z-index: 200;
}

/* OK to edit - Title Text "This page is currently locked" */
#gateway h2 {
	text-align:center;
	font-size:22px;
	margin-top: 0px !important;
	text-shadow: 1px 1px 1px #000;
}

/* do not edit */
#links {
	margin:0px auto;
	width:550px;
	text-align:center;
	border: 0px !important;
}

/* do not edit */
.link_wrap .prev {
	position: absolute;
	left: 20px;
	top: 150px;
	outline: 0;
}

/* do not edit */
.link_wrap .next {
	position: absolute;
	right: 20px;
	top: 150px;
	outline: 0;
}

/* do not edit */
.link_wrap {
	margin:0px -10px;
	text-align:center;
	width:500px;
	overflow:hidden;
}

/* do not edit */
#gateway ul {
	list-style:none;
	text-align:center;
	width:550px;
	padding:0px;
	margin:0px;
}

/* do not edit */
#gateway li {
	padding-bottom: 5px;
	width:550px;
}
/* OK to edit - Offer Link Styling */
#gateway a {
	font-family: Helvetica;
	font-size: 14pt;
	color: #3B5998;
}

/* OK to edit - Warning Text Styling */
#gateway p {
	font-family: Helvetica;
	font-size:12pt;
	text-align:center;
	color: #000;
}

/* OK to edit - Top Bar Container - Editable: color (text), background-color, border */
.titlez {
	/* do not edit */
	margin: -11px;
	padding: 8px;
	height:30px;
	/* do not edit */
	
	/* OK to edit */
	color:#FFFFFF;
	background: url('images/padlock.png') 5px 2px no-repeat;
	background-color: #3B5998 !important;
	border:1px solid #C0C0C0;
	/* OK to edit */
}

/* do not edit */
.lock {
    margin: 0 auto;
    width: 198px;
    height: 198px;
    padding: 0px;
    background-image: url('images/lock.png') center center no-repeat;
    display:none;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -99px;
    margin-top: -99px;
    z-index:150;
}

/* OK to edit - "Blackout Background - Editable: background */
#dim {
	display:none; 
	position:absolute; 
	top:0; 
	left:0; 
	width:100%; 
	z-index:1; 
	text-align:left; 
	
	/* OK to edit */
	background: url('images/dim.png'); /* 'images/static.gif' - Static Background 'images/dim.png' - Dim Background */
}  
