#newsletter-landing-wrapper .gform_footer input[type="submit"], #newsletter-landing-wrapper hr  {
	background-color: #00AEEF !important;
}

#newsletter-landing-wrapper table h2, #newsletter-landing-wrapper span {
	color: #00AEEF !important;
}

.newsletter-landing-footer.footer {
	background-color: #2E1E11;
}

#newsletter-landing-wrapper .subscribe-holder {
	width: 520px;
}

#newsletter-landing-wrapper td.width-five {
    width: 20%;

}

@media handheld, only screen and (max-width: 870px) { 
	#newsletter-landing-wrapper table td {
		padding: 0;
	}
}

@media handheld, only screen and (max-width: 650px) { 
	
	#newsletter-landing-wrapper td.width-five {
    width: auto;

}

	#newsletter-landing-wrapper .subscribe-holder img {
		width: 98%;
		margin-bottom: 5px;
	}

	#newsletter-landing-wrapper .subscribe-holder {
		width: 90%;
	}
	
	#newsletter-landing-wrapper table tr td {
		display: block;
		padding-bottom: 30px;
	}
	
	#newsletter-landing-wrapper table tr td p {
    width: 200px;
}
}


