.tx-powermail
{
	display: block;
	margin: 0.5rem 0 1rem 0;
}
.tx-powermail:after
{
	display: block;
	content: '';
	clear: both;
}
.powermail_fieldset
{
	margin: 0;
	padding: 0;
	border: 0;
}
.powermail_legend
{
	display: none;
}
.powermail_fieldwrap
{
	margin: 0 0 1rem 0;
}
.powermail_label
{
	font-size: 0.9rem;
	font-weight: bold;
}
.powermail_input,
.powermail_textarea
{
	width: 100%;
	max-width: 30rem;
	border: 1px solid #AAAAAA;
	border-radius: 0;
	color: #444444;
	font-family: inherit;
	font-size: 1rem;
	box-sizing: border-box;
	padding: 3px 5px;
	transition: border 0.3s ease, color 0.3s ease;
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
}
.powermail_textarea
{
	resize: vertical;
}
.powermail_input:focus,
.powermail_textarea:focus
{
	color: #000000;
	border: 1px solid #AA0101;
}
.tx-powermail .btn,
.powermail_submit
{
	border: none;
	border-radius: 0;
	background: #AA0101;
	color: #FFFFFF;
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	padding: 0.5em 1em;
	font-family: inherit;
	font-size: 1em;
	transition: box-shadow 0.2s ease;
}
.tx-powermail .btn:hover,
.powermail_submit:hover
{
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.tx-powermail .btn-danger
{
	background: #DDDDDD;
	color: #444444;
}
.tx-powermail h3
{
	display: none;
}
.tx-powermail .mandatory
{
	color: #D20237;
	margin-left: 0.25rem;
}
.parsley-custom-error-message,
.tx-powermail .parsley-required
{
	color: #D20237;
}
.powermail_confirmation table
{
	border: 0;
	border-collapse: collapse;
	width: 100%;
}
.powermail_confirmation h1
{
	font-family: inherit;
	color: inherit;
	font-size: 1rem;
	line-height: inherit;
	margin: 0.5rem 0 0.5rem 0;
	padding: 0;
}
.powermail_confirmation .powermail_all_label
{
	min-width: 35%;
}
.powermail_confirmation .btn-group
{
	padding: 1rem 0 0 0;
}
.powermail_confirmation .btn-danger
{
	float: left;
	margin: 0 2rem 0.5rem 0;
}
.powermail_confirmation .btn-primary
{
	float: left;
}