.powermail_fieldwrap_check {
	margin:15px;
	padding:2rem;
	border:1px dotted #ccc;
	clear:both;
}
.powermail_check_inner input {
	width:auto;
	float:left;
	width:10%
}
.powermail_check_inner label {
	float:right;
	margin:0px;
	padding-top:0px;
	width:85%;
}
.bxsetwslinkactive {
	background-color:#bb0000;
	color:#fff;
}
.powermail_check_legend {
	display:none;
}
.powermail_legend {
	font-size:70%;
} 
.powermail_fieldwrap_type_submit .powermail_field  input {

float:right;
background-color:#cc0000;
color:#fff;
font-weight:bold;
margin-bottom:1rem;
}
.powermail_fieldwrap_type_submit .powermail_field  input:hover,  .powermail_fieldwrap_type_submit .powermail_field  input:active, .powermail_fieldwrap_type_submit .powermail_field  input:focus {
background-color:#990000;
}

.powermail_field .checkbox input  {
	width:auto;
	float:left;

	
}
.powermail_field .checkbox label  {
	padding-left:2rem;
	
}


.powermail_form, .tx-powermail {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .powermail_form, .tx-powermail {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .powermail_form, .tx-powermail {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .powermail_form, .tx-powermail {
    width: 1170px;
  }
}
