form.newslettersubscription-form {
}

/* Block around the email input field and its text */
div.newslettersubscription-email {
	padding: 4px 0 4px 0;
}

.newslettersubscription-buttons {
	text-align: center;
}
.newslettersubscription-buttons a{
	text-decoration: none;
}

.newslettersubscription-error {
	border: 1px solid #cc0000;
	padding: 10px;
	font-weight: bold;
	color: #cc0000;
	margin-bottom: 20px;
}

.newslettersubscription-error ul{
}

