/* Powermail */
/* Color of mandatory error message */
.tx-powermail .mandatory {
	color: rgb(238, 0, 0);
}
/* Label */
fieldset.powermail_fieldset label.control-label {
	font-weight: bold;
}
/* Fields */
fieldset.powermail_fieldset .form-control {
	border-color: rgb(204, 204, 204);
	border-radius: 2px;
}
/* Buttons */
.tx-powermail .btn-powermail {
	background-color: rgb(0, 114, 188);
	border-color: rgb(0, 114, 188);
	border-radius: 2px;
	outline: 0px none;
	color: rgb(183, 203, 244);
}
/* Confirmation */
/* .tx-powermail .powermail_confirmation h4 { padding-bottom: 1.5em; font-weight: normal; font-size: 1rem; } */