#content {
	font-family: Arial, sans-serif;
	font-size: .8em;
}

#panel {
	text-align: right;
	width: 710px;
	background: url(/img/gateway/content-bg.png) 0 7px no-repeat;
	min-height: 559px;
	height: auto !important;
	height: 559px;
	margin: 20px auto 0;
	padding-right: 230px;
	padding-bottom: 6px;
}

#content h1 {
padding-right:60px;
}

#content #intro {
	padding-left: 260px;
}

form {
	width: 313px;
	clear: right;
	float: right;
	padding-right: 88px;
	text-align: left;
}

form div {
	padding-left: 50px;
}

#gateway-date {
	padding: 8px 0px 8px 0px ;
	margin: 0;
}

#content #accept-terms {
	opacity: 0.6;
	-moz-opacity: 0.6;
	filter:alpha(opacity=60);
/*	padding-top:150px;
*/}

label {
display:block;
font-size:140%;
margin-bottom:0;
margin-left:0;
margin-right:0;
margin-top:16px;
text-transform:uppercase;
}

select,
input#gateway-day,
input#gateway-month,
input#gateway-year {
	width: 246px;
	background: #000;
	border: 1px solid #321a1a;
	color: #ccb378;
	font-size: 140%;
	padding: 4px;
}

select.error,
input#gateway-day.error,
input#gateway-month.error,
input#gateway-year.error {
	border: 1px solid #f00;
}

input#gateway-day,
input#gateway-month,
input#gateway-year {
	text-align: center;
	width: 64px;
}

input#gateway-year {
	width: 80px;
}

label#remember {
	margin: 0;
	text-transform: none;
	font-size: 100%;
}

label#remember input {
	margin-right: 6px;
}

#enter {
	display: block;
	width: 177px;
	height: 60px;
	margin: 22px 0 5px 30px;
	border: 0;
	background: url(/img/gateway/enter.png) 0 0 no-repeat;
	cursor: pointer; background-position: 0 -0px;
}
#enter span { display: none; }
#enter:hover { background-position: 0 -68px; }

#content p {
	text-align: center;
	padding: 4px 0 0px 40px;
	font-size: .8em;
	color: #fff;
	line-height: 1.1;
	clear: both;
}

p a {
	color: #fff;
}
p a:hover {
	color: #CFA665;
}

#content .terms-cons {
    text-align:left;
    padding-left:0;
    padding-top:6px;
}

#content #intro h2 img {
	margin: 0;
}

#content div#intro h3 {
	text-align: center;
	width: 80%;
	margin: 15px auto;
}

div.hr {
	height: 45px;
	background: url(/img/exit/hr.png) 0 0 no-repeat;
	width: 488px;
	margin: 0 auto;
}
div.hr hr { display: none; }

.Light11{font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#fff; font-weight:bold;}
