/* CSS Document */

body {
	background-color: #000000;
}


.page_div {
	width: 100%;
	vertical-align: middle;
	text-align: center;
	margin-top: 100px;
}


.textbox_holder {
	background: url(../images/email_signup/textbox.gif);
	background-repeat: no-repeat;
	background-position: center;
}

.title_holder {
	background: url(../images/email_signup/textbox.gif);
	background-repeat: no-repeat;
	background-position: center;
	margin-bottom: 70px;
}

.textbox {
	width: 344px;
	height: 81px;
	border: 0px;
	font-family: Space Age, Arial, Helvetica, sans-serif;
	font-size: 54px;
	color: #FFFFFF;
	text-align: center;
	margin: 25px 30px 0px;
	background: 0;
}