#newsletter_subscribe, #newsletter_unsubscribe
{
	margin-left:30px;
	margin-top:30px;
	margin-bottom:30px;
	display:block;
	height:65px;
	background-color:#818285;
	color:white;
	font-family:Arial, Helvetica, sans-serif;
}

#right_nav_spacer
{
	margin-left:30px;
	margin-top:30px;
	margin-bottom:30px;
	display:block;
	height:65px;	
}

#newsletter_subscribe input, #newsletter_unsubscribe input{
	padding:2px;
	border: 1px solid white;
	margin-bottom:10px;
}

#newsletter_subscribe .button, #newsletter_unsubscribe .button
{
	width:25px;
	color:white;
	background-color:black;
	border: 2px solid black;
	padding:0 !important;	
}

#newsletter_subscribe label, #newsletter_unsubscribe label
{
	padding-top:2px;
	margin-right:2px;
	float:left;
}

#newsletter_subscribe p, #newsletter_unsubscribe p{
	margin-bottom:5px;
}

#newsletter_subscribe a, #newsletter_unsubscribe a
{
	color:white;
}