/* Form */
#newsletter-form {

}

/* Email Input box */
#mailchimp-newsletter #newsletter-email {
	width: 90%;
	margin: 8px 0;
  	color: #999999;
  	font-style: italic;
  	border-radius: 3px;
}

/* Submit Button */
#mailchimp-newsletter #newsletter-submit {
  
  	background: #b4ddb4; /* Old browsers */
	background: -moz-linear-gradient(top, #b4ddb4 0%, #5b8742 0%, #83c783 0%, #5b8742 0%, #375028 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b4ddb4), color-stop(0%,#5b8742), color-stop(0%,#83c783), color-stop(0%,#5b8742), color-stop(100%,#375028)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #b4ddb4 0%,#5b8742 0%,#83c783 0%,#5b8742 0%,#375028 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #b4ddb4 0%,#5b8742 0%,#83c783 0%,#5b8742 0%,#375028 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #b4ddb4 0%,#5b8742 0%,#83c783 0%,#5b8742 0%,#375028 100%); /* IE10+ */
	background: linear-gradient(to bottom, #b4ddb4 0%,#5b8742 0%,#83c783 0%,#5b8742 0%,#375028 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4ddb4', endColorstr='#375028',GradientType=0 ); /* IE6-9 */
  	color: #ffffff;
  	border: none;
  	padding: 3px 15px;
    border-radius: 3px;



}

/* Label text */
#newsletter-form {
  color: #666;
  font-weight: normal;
}
