#newsletter-form-page {
	padding-bottom: 80px;
}

#newsletter-form-page h1 {
	margin-top: 0;
}

#newsletter-form-page #left-column .button {
	display: inline-block;
	margin-right: 20px;
	width: 160px;
	background-color: #9c5fb5;
}

#newsletter-form-page p span {
	display: block;
}

#newsletter-form-page .checkbox {
	margin: 20px 0 20px 0;
} 

#newsletter-form-page .checkbox+.checkbox {
	margin-top: -5px;
}

#newsletter-form-page input {
	width: 550px;
}

#newsletter-form-page #signUpButton {
	position: relative;
	left: 390px;
}

#newsletter-receipt-form-page #form-left {
	display: inline-block;
	float: left;
	width: 330px;
	margin-right: 10px;
}

#newsletter-receipt-form-page #form-right {
	display: inline-block;
	width: 300px;
}

#newsletter-receipt-form-page #left-column .button {
	display: inline-block;
	margin-right: 10px;
	width: 170px;
	height: 50px;
	line-height: 50px;
	font-size: 22px;
	background-color: #9c5fb5;
}

#newsletter-receipt-form-page {
	padding-bottom: 80px;
}
#newsletter-thank-you #form-right, #newsletter-thank-you #form-left {
	width: 330px;
	float: left;
}
#newsletter-thank-you #form-actions {
	float: left;
	text-align: right;
	width: 330px;
}
#newsletter-thank-you #form-actions a.form-link {
	font-size: 8pt;
	color: #00bfd7;
	text-decoration: underline;
}