body
{
	background: #000;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
a {
	color: #d1c79e;
	text-decoration: underline;
}


#container
{
	width: 800px;
	margin: 3% auto;
	color: #d1c79e;
	text-align:center;
	padding: 0;
}
#inputWarning {
	height: 80px;
	font-size: 14px;
}
.important {
	font-size: 14px;
	color: #B90000;
	font-weight: bold;
}


#content {
	text-align: left;
	background-image: url(../images/the_collector_age_bg.jpg);
	background-repeat: no-repeat;
	width: 800px;
	margin: 0;
	height: 469px;
	background-position: 0 50px;
	padding: 50px 0 0 0;
}
#generalAudience {
	font-size: 14px;
	height: 20px;
	text-align: center;
	padding: 10px 0 0 60px;
	font-weight: bold;
}

#ageGateInput {
	padding: 135px 0 0 140px;

}
#inputName {
	text-align: right;
	font-size: 12px;
	padding: 11px 11px 11px 0;
}
input {
	font-size: 20px;
}
.textInput {
	background-color: transparent;
	border: 1px dotted #d1c79e;
	height: 28px;
	font-size: 20px;
	color: #d1c79e;
	padding: 0 0 0 3px;
}
#btnSubmit {
	height: 59px;
	width: 169px;
	background-image: none;
}

select {
	background-color: #290601;
	color: #d1c79e;
	border: 1px dotted #d1c79e;
	font-size: 17px;
}




#txtMM
{
	height: 40px;
	width: 55px;
	font-size: 1.6em;
	text-align: center;
	color: #d1c79e;
	font-weight: bold;
	border:0;
	background:transparent;
}
#dateDay {
	float: left;
	padding: 0 10px 0 0;
}
#dateMonth {
	float: left;
	padding: 0 10px 0 0;
}
#dateYear {
	float: left;
}


#txtDD
{
	height: 40px;
	width: 55px;
	font-size: 1.6em;
	text-align: center;
	color: #d1c79e;
	font-weight: bold;
	border:0;
	background:transparent;
}

#txtYYYY
{
	height: 40px;
	width: 90px;
	font-size: 1.6em;
	text-align: center;
	color: #d1c79e;
	font-weight: bold;
	border:0;
	background:transparent;
}
.street_warning {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}


#ageGateSubmitBtn
{
	width: 169px;
	height: 59px;
	padding: 5px 0 0 40px;
	margin: 0;
	
}
.valid {
	font-size: 0.8em;
	font-weight: bold;
}
#error {
	font-size: 16px;
	color: #B90000;
	text-align: center;
}

#agreementText {
	font-size: 9px;
	width: 550px;
	padding: 20px 0 0 140px;
	text-align: center;
}
