#newsletter {
	width: 1000px;
	height: 100%;
	font-size: 14px;
}

.signup-box {
	width: 1000px;
	height: 337px;
	background: url(http://cdn.sheknows.com/newsletter-signup/bg-box-signup.jpg) no-repeat;
	padding-bottom: 15px;
}

.signup-box-left {
	padding: 20px 0px 0px 30px;
	float:left;
	width: 610px;
}

.signup-box-right {
	padding: 30px 0px 0px 10px;
	float:left;
	width: 350px;
}

.signup-btm {
	width: 1000px;
	height: 99px;
	background: url(http://cdn.sheknows.com/newsletter-signup/bg-box-signup-btm.jpg) no-repeat;
}

.signup-box-btm {
	padding: 25px 0px 0px 30px;
	float:left;
}


.thankyou-box {
	width: 1000px;
	height: 398px;
	background: url(http://cdn.sheknows.com/newsletter-signup/bg-box-thankyou.jpg) no-repeat;
	padding-bottom: 5px;
}

.otherfeatures-box {
	width: 1000px;
	height: 172px;
	background: url(http://cdn.sheknows.com/newsletter-signup/bg-box-otherfeatures.jpg) no-repeat;
	padding: 56px 10px 0px 25px;
}

.otherfeatures-txt {
	line-height: 28px;
}

.otherfeatures-txt a:link {
	color: #581600;
}

.otherfeatures-txt a:visited {
	color: #581600;
}

.otherfeatures-txt a:hover {
	color: #7F503F;
}

.otherfeatures-txt a:active {
	color: #581600;
}
.clearer {
	clear: both;
}

.email-box {
	width: 608px;
	height: 64px;
	background: url(http://cdn.sheknows.com/newsletter-signup/email-box.jpg) no-repeat;
	padding-bottom:20px;
}

.email-form-field {
	float: left;
	padding: 15px 0px 0px 200px;
	width: 320px;
}

.email-submit-btn {
	float: left;
	padding: 20px 0px 0px 40px;
	line-height: 
}

.arrow-button button {
	background:url("http://cdn.sheknows.com/interface/buttons/circle-left-arrow.png") no-repeat scroll 0 0 #C13D55;
	border:0 none;
	float: right;
	display:inline;
	height:15px;
	width:15px;
	overflow:hidden;
	position:absolute;
	text-indent:-9999px;
	margin: 3px 0px 0px 5px;
	cursor: pointer;
}

input {
border: 0px;
}


.numbers {
	height:43px;
	width: 41px;
}

.grid-bg {
	height: 100%;
	width: 1000px;
	background: url(http://cdn.sheknows.com/newsletter-signup/bg-grid.jpg) no-repeat;
}

.grid-box {
	height: 200px;
	width: 333px;
	padding: 0px 0px 0px 15px;
}

.grid-img {
	float:left;
	width: 100px;
	height: 100px;
}

.grid-txt {
	float:left;
	width: 190px;
	padding-left: 15px;
}

.grid-frequency-subline {
	font-size: 10px; 
	color:#6d6d6d; 
	text-transform:uppercase;	
}

.grid-checkbox {
	font-size: 12px; 
	color:#000; 
	text-transform:uppercase;	
	font-weight: bold;
	padding-top:10px;
}

.error-message {
	border: 1px solid #FBC2C4;
	background-color: #FBE3E4;
	padding: 5px 10px;
	margin: 5px;
	color: #AA0000;
}
