#mailchimp {
	background: #ff000000;
	color: #ffffff;
	padding: 20px 15px;
	text-align: center;
}
	#mailchimp h2{ margin-bottom: 4px;}
	#mailchimp input {
		 border: medium none;
    color: gray;
    font-family: arial;
    font-size: 14px;
    font-style: regular;
    margin-bottom: 10px;
    padding: 4px 8px;
    width: 168px;
		border-radius: 0px;
		-moz-border-radius: 0px;
		-webkit-border-radius: 0px;
	}
		#mailchimp input.email { background: #fff }
		#mailchimp input[type="submit"] {
			background: #ffffff;
			color: #d40148;
			cursor: pointer;
			font-size: 14px;
			width: 25%;
			padding: 4px 0;

		}
			#mailchimp input[type="submit"]:hover { color: #000000 }