/* Breite der ERSTEN SPALTE 
 * hier muss auch der margin des Buttons geändert werden
 * 
 * */
#bd fieldset.tx-powermail-pi1_fieldset label,
table.pwmailtable .column1
{
 width:120px;
}
fieldset.tx-powermail-pi1_fieldset input.powermail_submit{
	margin-left: 120px;
}


/* Ausrichtung des Checkbox textes */
table.pwmailtable td{
	border-width: 0px;
	vertical-align: top;
}



/*  */
.tx-powermail-pi1_fieldset legend{
  display: none;
}




/* FORMS */
#bd fieldset.tx-powermail-pi1_fieldset{
 border: solid 0px #fff;
 background-color:transparent;

}

#bd fieldset.tx-powermail-pi1_fieldset label {
 clear:both;
 display:block;
 float:left;
 font-weight:normal;

 height: auto;
}

#bd .powermail_select{
 background-color:#DAE2D7;
 border:1px solid #1F4E28;
}

#bd .powermail_text{
 /* background-color:#DAE2D7; */
 border:1px solid silver;
}

#bd .tx_powermail_pi1_submitmultiple_back{
 padding-left: 1em;
 padding-right: 1em;
 float: left;
}

#bd .tx_powermail_pi1_submitmultiple_forward{
 padding-left: 1em;
 padding-right: 1em;
 float: right;
}

/* Abstand Checkbox Text */
#bd .powermail_check{
 margin-right: 10px;
}

#bd select, #bd input, #bd button{
  /*height: 1.25em;*/
}



/* ABSENDEN */
fieldset.tx-powermail-pi1_fieldset input.powermail_submit{

font-weight:normal;

}

 #powermaildiv_uid187{
 	color:#ff0000;
 }
 
.tx_powermail_pi1_fieldwrap_html_checkbox_title{
 display:none;
}

.tx_powermail_pi1_fieldwrap_html{margin-bottom:5px}