top of page
bottom of page
#mailchimp {
background: #f8f8f8;
color: #3D6392;
padding: 20px 15px;
}
#mailchimp input {
border: medium none;
color: gray;
font-family: times new roman;
font-size: 16px;
font-style: italic;
margin-bottom: 10px;
padding: 8px 10px;
width: 300px;
border-radius: 20px;
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
}
#mailchimp input.email { background: #fff }
#mailchimp input.name { background: #fff}
#mailchimp input[type="submit"] {
background: #115B87;
color: #fff;
cursor: pointer;
font-size: 15px;
width: 35%;
padding: 8px 0;
}
#mailchimp input[type="submit"]:hover { color: #F2C94C }