#tmc-subscribe-form {
	max-width: 400px;
	margin: 0 auto;
}

#tmc-subscribe-form input[type="email"] {
	width: 70%;
	border: 1px solid #fff !important;
}

#tmc-subscribe-form button {
	padding: .5em 1em;
}

#tmc-message {
	border: 1px solid #fff;
    padding: 5px;
    margin-right: 6px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    margin-top: 5px;
}