body {
	background-color: #000000;
	background-image: url(gs/logo_sans.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	width: 820px;
}

#content {
	position:absolute;
	left:63px;
	top:44px;
	width:765px;
	height: 895px;
	background-color: #FFFFFF;
	background-image: url(gs/bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #393D40;
	font-size: 14px;
	color: #000000;
}

#logo2 {
	position: absolute;
	left: 63px;
	top:44px;
	width: 366px;
	height: 62px;
}

#infoText {
	padding-top: 62px;
	width: 300px;
	float: left;
}

#infoText p {
	padding-left: 30px;
	width: 270px;	
	padding-bottom: 25px;
	font-weight:bold;
}

#infoText .greyer {
	color: #282A2C;
}

#infoText a {
	color: #282A2C;
	font-size: 12px;
}

#infoText a:hover {
	background-color: #A9B1B6;
}

label {
	font-size: 10px;
	text-transform: uppercase;
	display: block;
	padding-top: 9px;
	padding-bottom: 3px;
}

#nForm {
	width: 440px;
	color: #FFFFFF;
	float: right;
	margin-top: 60px;
	margin-right: 0px;
	margin-bottom: 60px;
	margin-left: 0px;
	padding-left: 15px;
	padding-bottom: 200px;
}

#nForm h1 {
	font-size: 18px;
	margin-top: 15px;
	padding-bottom: 20px;
	text-transform: uppercase;
	font-weight: normal;
}

#nForm a {
	color: #FFFFFF;
	text-decoration: none;
}
#nForm a:hover {
	text-decoration: underline;
}
#nForm .halfColumn {
	width: 157px;
	float: left;
}

input {
	background-color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 6px;
	height: 18px;
}

input.smallText {
	width: 150px;
}

input.bigText {
	width: 307px;
}

#nForm p {
	margin-top: 15px;
	font-size: 12px;
	width: 300px;
	float:left;
}

#submit {
	margin-top: 15px;
	float: right;
	width: 120px;
	padding-left: 18px;
}
#submit input  {
	width:80px;
	height:32px;
}
#reactivateForm {
	padding-top: 50px;
}