@charset "UTF-8";
/* CSS Document */

#email_signup_wrapper {
	background-image: url(/assets/images/email_signup_bkgrnd.jpg);
	background-repeat: repeat-x;
	height: 90px;
	clear: both;
	width: 100%;
}
#email_signup_container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	height: 90px;
}
#email_signup_content {
	padding-left: 10px;
	float: left;
	width: 180px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	padding-top: 10px;
}
#email_signup_form {
	float: left;
	height: 90px;
	width: 770px;
}

#email_signup_content h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #666666;
	font-weight: lighter;
	font-size: 18px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#email_signup_form label {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #666666;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.signup_submit {
	float: left;
	background-image: url(../images/sign_up_btn.png);
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: center center;
	text-decoration: none;
	border: 0px solid transparent;
	height: 48px;
	width: 224px;
	margin: 0px;
	padding: 0px;
}

#signup_subscribe {
	float: left;
	height: 90px;
	width: 546px;
	padding-top: 10px;
}

#signup_subscribe p {
	margin-bottom: 3px;
}

#signup_btn {
	float: left;
	height: 90px;
	padding-top: 21px;
	margin-right: 0px;
	width: 224px;
}