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

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

.newsletter-landing-footer.footer {
	background-color: #22a8b4;
}

#newsletter-landing-wrapper table tr td p {
	width: 170px;
}

#newsletter-landing-wrapper .tight-squeeze {
	max-width: 650px;
}

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

@media handheld, only screen and (max-width: 900px) { 
	
	#newsletter-landing-wrapper table tr td p {
	width: auto;
}




}

@media handheld, only screen and (max-width: 600px) { 
	
		#newsletter-landing-wrapper .subscribe-holder {
		width: 90%;
	}
		#newsletter-landing-wrapper .subscribe-holder img {
		width: 98%;
		margin-bottom: 5px;
	}
}

