* { margin: 0; padding: 0; }

body {
	background: url(../img/GnH-Teaser-800x600.jpg) #1a1f19 fixed left bottom no-repeat;
	text-align: center;
	font: 12px Verdana, sans-serif;
	color: #ffffff;
}

a {
	color: #ffffff;
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #fcab14;
	text-decoration: underline;
}

a img {
	border: none;
}

/* GnH Logo */

div#logo {
	width: 100%;
	margin: 20px auto 10px auto;
}

/* SignUp Banner */

div#signUpBanner {
	position: relative;
	float: right;
	width: 450px;
	height: 407px;
	background: url('../img/GnH-SignUp-Banner.png') 0 0 no-repeat;
}

/* SignUp Form */

form#signupForm {
	position: absolute;
	top: 125px;
	left: 152px;
	width: 250px;
	text-align: left;
}

form#signupForm label span {
	display: none;
}

form#signupForm label {
	display: block;
	width: 108px;
	height: 25px;
	background: url('../img/SignUp-Form-Sprite.png') -120px 0px no-repeat;
}

form#signupForm label#emailLabel {
	background-position: -120px -30px;
}

form#signupForm label#verifyEmailLabel {
	background-position: -120px -60px;
}

form#signupForm #nameDiv,
form#signupForm #emailDiv,
form#signupForm #verifyEmailDiv {
	position: relative;
	width: 250px;
	height: 25px;
	background: url('../img/SignUp-Form-Sprite.png') 0 -90px no-repeat;
	margin-bottom: 15px;
}

form#signupForm #nameInput,
form#signupForm #emailInput,
form#signupForm #verifyEmailInput {
	position: absolute;
	top: 5px;
	left: 5px;
	border: none;
	background: none;
	outline: none;
	width: 240px;
	font-size: 14px;
}

form#signupForm #submitButton {
	display: block;
	margin: 10px auto;
}

form#signupForm #submitButton {
	border: none;
	background: none;
	height: 30px;
	width: 94px;
	background: url('../img/SignUp-Form-Sprite.png') 0 0 no-repeat;
	margin: 20px auto 0 auto;
	outline: none;
	cursor: pointer;
}

form#signupForm #submitButton:hover {
	background-position: 0 -30px;
	outline: none;
}

form#signupForm #submitButton:active {
	background-position: 0 -60px;
	outline: none;
}

form#signupForm .error {
	color: #900;
}

form#signupForm label.error {
	display: block;
	position: absolute;
	top: 25px;
	left: 0;
	width: 100%;
	text-align: right;
	background: none;
}

/* Contact Info */

div#contactInfo {
	position: absolute;
	bottom: 20px;
	left: 115px;
	width: 325px;
	font-size: 12px;
	text-align: center;
	color: #600;
}

div#contactInfo a {
	color: #600;
	text-decoration: underline;
}

div#contactInfo a:hover {
	color: #c00;
}

/* Thanks! */

div#thanks {
	position: absolute;
	top: 220px;
	left: 152px;
	width: 250px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #2e4c26;
}

/* Footer */

#footer {
	position: absolute;
	bottom: 10px;
	width: 100%;
}

#footer p {
	color: #ffffff;
	text-align: center;
	font-size: 9px;
}

#footer a {
	color: #ffffff;
}

#footer a:hover {
	color: #fcab14;
}
