#content {
	font-family: Arial, sans-serif;
	font-size: .8em;
}

#panel {
	text-align: right;
	width: 710px;
	background: url(/img/gateway/content-bg.png) 0 0 no-repeat;
	min-height: 559px;
	height: auto !important;
	height: 559px;
	margin: 20px auto 0;
	padding-right: 230px;
	padding-bottom: 6px;
}

#content h1 {
	padding-right: 52px;
}

#content #intro {
	padding-left: 256px;
}

form {
	width: 313px;
	clear: right;
	float: right;
	padding-right: 60px;
	text-align: left;
}

form div {
	padding-left: 50px;
}

#gateway-date {
	padding: 0;
	margin: 0;
}

#content #accept-terms {
	opacity: 0.6;
	-moz-opacity: 0.6;
	filter:alpha(opacity=60);
}

label {
	display: block;
	margin: 14px 0 0;
	font-size: 140%;
	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: 87px;
	margin: 0 0 0 40px;
	border: 0;
	background: url(/img/gateway/enter.png) 0 0 no-repeat;
	cursor: pointer;
}
#enter span { display: none; }
#enter:hover { background-position: 0 -87px; }

#content p {
	text-align: center;
	padding: 4px 0;
	font-size: .8em;
	color: #fff;
	line-height: 1.1;
	clear: both;
}

p a {
	color: #fff;
}
p a:hover {
	color: #CFA665;
}

#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; }