.peytzmail-subscribe-form {}

.peytzmail-subscribe-form ul {
	list-style: none;
	margin: 1em 0;
	padding: 0;
}

.peytzmail-subscribe-form .peytzmail-field-wrap {
	margin: 0.5em 0;
}

.peytzmail-subscribe-form .peytzmail-field-text label {
	display: block;
}

.peytzmail-subscribe-form .peytzmail-field-text input {
	width: 99%;
	padding: 0.2em;
}

.peytzmail-subscribe-form .submit-wrap {
	margin-top: 1em;
}

.peytzmail-subscribe-form .feedback {
	margin: 0.75em 0;
}

.peytzmail-subscribe-form .feedback .error {
	background: rgba(255, 0, 0, 0.1);
	color: rgb(255, 0, 0);
	margin-top: 0.5em;
	padding: 0.25em 0.5em;
}

.peytzmail-subscribe-form .feedback .success {
	background: rgba(0, 255, 0, 0.1);
	color: rgb(0, 255, 0);
	margin-top: 0.5em;
	padding: 0.25em 0.5em;
}
