
@charset "UTF-8";
/* CSS Document */

/* self clearing rules */
	.selfclear:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
	.selfclear { display: inline-block; _height: 1%; }
	/* Hides from IE-mac \*/
	.selfclear { display: block; }
	/* End hide from IE-mac */
	
	.nodisp {
		margin: 0;
		width: 0;
		height: 0;
		display: block;
		overflow: hidden;
	}


html,
body {
	background: #cc1712;
	margin: 0;
}
.small{
	text-align:center;
	color:#cc1712;
	font-weight:bold;
}
#mainContainer {
	position: relative;
	background: url(images/sd_unrated_bkgd.jpg) no-repeat;
	width: 913px;
	height: 742px;
	margin: 0 auto;
}

#mainContentArea {
	position: absolute;
	top: 190px;
	left: 92px;
	width: 800px;
}

#formHeaderText {
	background: url(images/sd_unrated_enterInfoText.gif) no-repeat;
	width: 447px;
	height: 94px;
	margin: 52px auto 0 auto;
	text-indent: -3000px;
}

#ageGateForm {
	width: 360px;
	margin: 24px auto 0 auto;
}

#ageGateForm table {
	margin: 30px auto 0 auto;
}

#checkBoxShell {
	padding-bottom: 22px;
}

.fieldsAlignRight {
	text-align: right;
	padding-right: 30px;
}

.formFields {
	padding-bottom: 20px;
}

#Submit {
	background: url(images/sd_unrated_submit.gif) no-repeat;
	width: 58px;
	height: 23px;
	padding: 0;
	margin: 0 0 0 66px;
	border: 0;
}

#mainFooter {
	width: 913px;
	margin: 0 auto;
}

.footerLinks {
	margin: 0 0 0 92px;
	text-transform: uppercase;
	text-align: center;
}

.footerLinks,
.footerLinks a {
	color: #fba824;
	font-size: 10px;
	text-decoration: none;
}

a.whiteText {
	color: #fff;
}
a.summit{
	outline:none;
	display:block;
	position:absolute;
	text-indent:-3000px;
	width:42px;
	height:42px;
	top:665px;
	left:688px;	
}


