/*** Powermail styling ***/
fieldset.tx-powermail-pi1_fieldset { background: transparent; padding: 0 10px 10px 10px; margin-bottom: 15px; }
fieldset.tx-powermail-pi1_fieldset div.even { background: transparent; }
.tx_powermail_pi1_fieldwrap_html { padding-bottom: 8px; }
.tx_powermail_pi1_form label { float: left; width: 30%; }
.tx_powermail_pi1_form select { width: 68%; } 
.tx_powermail_pi1_form textarea,
.tx_powermail_pi1_form input { width: 68%; } 
.tx-powermail-pi1 .powermail_check_inner { float: left; width: 50%; }
span.powermail_mandatory { color: red; }
input.validation-failed,
textarea.validation-failed { background-color: #ffc2c2; }

/*** TYPO3 mailform styling ***/
.csc-mailform label { float: left; width: 30%; }
.csc-mailform textarea,
.csc-mailform input { width: 65%; }
.csc-mailform #mailformformtype_mail { width: auto; margin-left: 30%; }