.mailchimp {
	border:0px solid #ddd;
	display:block;
	margin:0 auto;
	word-wrap:break-word;
	width:100%;
	font-size:1.2em;
}

.mailchimp_title {
	position:relative;
	display:block;
	margin-bottom:10px;
	font-weight:bold;
	font-size:1.4em;
	color:#fff;
}

.mailchimp_email {
	color:#666;
	font-size:12px;
	width:130px;
}

.mailchimp_button_signup {
	margin:0;
	padding:1px;
	width:85px;
	background:#000;
	color:#fff;
	border:1px solid #000;
	cursor:pointer;
	font-weight:bold;
	font-size:1.0em;
	text-decoration:none;
}

.mailchimp_message {
	margin:auto;
	text-align:left;
	font-size:0.8em;
	color:#000;
	height:30px;
}

#mc_embed_signup .button {
  clear: both;
  border: 0 none;
  border-radius: 4px;
  transition: all 0.23s ease-in-out 0s;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  font-weight: normal;
  height: 32px;
  line-height: 32px;
  margin: 0 5px 10px 0;
  padding: 0 22px;
  text-align: center;
  text-decoration: none;
  vertical-align: top;
  white-space: nowrap;
  width: auto;