* {
	padding: 0;
	margin: 0;
}

body {
	background: #000;
	color: #a7a9ac;
	font-family: Arial, sans-serif;
	font-size: 62.5%
}

html, body#home, body#home table {
	height: 100%;
}

div#wrapper p {
	font-size: 1.4em;
	line-height: 1.3em;
}

body#register div#wrapper {
	width: 965px;
	background: transparent url(/assets/ui/background-html.png) 0 0 no-repeat;
	border: 1px solid #1b1b1b;
	margin: 80px auto 0 auto;
}

h1 {
	position: absolute;
	top: -9999px;
	left: -9999px;
}

h2 {
	color: #fff;
	font-weight: normal;
	font-size: 1.6em;
	text-transform: uppercase;
	margin: 1em 0 0.25em 0;
}

legend {
	display: none;
}

fieldset {
	border: none;
}

input {
	font-family: Arial, sans-serif;
	font-size: 11px;
}

div.about {
	margin: 56px 0 0 89px;
	width: 534px;
}

div.about div.services {
	margin: 3em 0;
}

div.about div.services p {
	color: #fff;
	margin-bottom: 1em;
}

div.about div.services p strong {
	font-size: 1.15em;
	font-weight: normal;
}

div.about div.services p strong span {
	color: #9d9fa2;
}

div.register {
	border-top: 1px solid #1b1b1b;
	margin: 50px 0 50px 89px;
	overflow: hidden;
	width: 810px;
}

div.register p {
	width: 300px;
	float: left;
	background: transparent url(/assets/ui/logos.png) 0 0 no-repeat;
	padding-top: 50px;
	color: #fff;
}

div.register p span {
	color: #a7a9ac;
	display: block;
}

div.register form {
	width: 500px;
	float: right;
}

div.register form label {
	display: block;
	color: #fff;
	overflow: hidden;
	margin: 0 0 10px 0;
}

div.register form label.text span {
	display: block;
	text-transform: uppercase;
	width: 75px;
	margin-right: 7px;
	text-align: right;
	float: left;
	font-size: 1.2em;
}

div.register form label.text span em {
	display: none;
}

div.register form label.text input {
	float: left;
	width: 200px;
}

div.register form fieldset {
	float: left;
}

div.register fieldset.details {
	width: 290px;
}

div.register fieldset.subscriptions {
	width: 200px;
	margin-left: 10px;
}

div.register form label.checkbox {
	margin-bottom: 8px;
}

div.register form label.checkbox span {
	display: block;
	text-transform: uppercase;
	margin-left: 5px;
	float: left;
	font-size: 1em;
}

div.register form label.checkbox input {
	float: left;
}

div.register form label.news {
	border-top: 1px solid #666;
	margin-top: 10px;
	padding-top: 10px;
}

div.register input.submit {
	float: right;
	margin-top: -32px;
}

div#wrapper div.validation-summary {
	clear: both;
}

div#wrapper div.validation-summary p {
	color: red;
	background: none;
	margin: 0;
	padding: 0;
	font-size: 1.2em;
	margin: 0 0 0 85px;
	width: 200px;
}

div.validation-summary ul {
	display: none;
}

div.register form label.invalid span em {
	display: inline;
	color: red;
	margin-right: 2px;
}

div.thank-you {
	margin: 56px 0 0 89px;
	width: 534px;
}

div.thank-you p {
	margin-bottom: 1em;
}

div.thank-you div.offer {
	margin-top: 3em;
}

div.thank-you div.offer p {
	color: #fff;
}

div.thank-you div.offer h2 {
	text-decoration: underline;
	margin-bottom: 1em;
}

div#wrapper div.thank-you p.smallprint {
	font-size: 1.2em;
	margin: 2em 0;
}

div.thank-you p.thanks {
	background: transparent url(/assets/ui/label-thanks.png) 0 0 no-repeat;
	width: 233px;
	height: 24px;
	overflow: hidden;
	text-indent: -99999px;
}

div.thank-you a {
	color: #00aeef;
}

div#noflash {
	width: 965px;
	background: transparent url(/assets/ui/background-html.png) 0 0 no-repeat;
	border: 1px solid #1b1b1b;
	height: 540px;
}

div#noflash p {
	color: #fff;
	font-size: 1.4em;
	padding: 120px 0 0 90px;
	text-align: left;
}

div#noflash p a {
	color: #00aeef;
}

div.privacy {
	padding-bottom: 40px;
}

div.privacy h3 {
	color: #fff;
	margin: 2em 0 1em 0;
}

div.privacy ul {
	font-size: 1.4em;
	margin: 1em;
	line-height: 1.3em;
}

div.privacy ul li {
	margin: 1em 0;
}

div#footer {
	width: 965px;
	margin: 0 auto;
	padding: 10px 0 40px 0;
	color: #666;
	font-size: 11px;
	text-align: right;
	text-transform: uppercase;
}

div#footer a {
	color: #666;
	text-decoration: none;
}

div#footer a:hover {
	text-decoration: underline;
}