form.tx_powermail_pi1_form b {
	color:white;
}

.tx-powermail-pi1 input {
	border:1px solid gray!important;
}

.tx-powermail-pi1 .contenttable td p b {
	font-weight:normal;
	font-size:12px;
	table-layout:fixed;
}

.tx-powermail-pi1 .contenttable td {
	font-weight:normal;
	font-size:12px;
	padding-right:5em;
	border-bottom:1px solid #ccc;
} 

form.tx_powermail_pi1_form .form-element {
margin-left:0.5em;
}

form.tx_powermail_pi1_form {
    background: #fff;
    margin: 0 0 1em 0;
    overflow: hidden;
}

form.tx_powermail_pi1_form fieldset { overflow: hidden; }

.tx-powermail-pi1_fieldset_3, .tx-powermail-pi1_fieldset_13 {
	background:#89AA7D;
}

.tx-powermail-pi1_fieldset_4, .tx-powermail-pi1_fieldset_14 {
	background:#E1B460;
}

.tx-powermail-pi1_fieldset_5, .tx-powermail-pi1_fieldset_15 {
	background:#EC8084;
}

form.tx_powermail_pi1_form legend,
form.tx_powermail_pi1_form .form-option-title { display: none; }

form.tx_powermail_pi1_form label { cursor: pointer; }

form.tx_powermail_pi1_form input[type=hidden] { display: none !important; }

form.tx_powermail_pi1_form div.form-item { margin: 0.5em 0; overflow: hidden; position: relative; }

form.tx_powermail_pi1_form .type-select select {
    cursor: pointer;
    display: block;
    padding: 0.3em 2px 0.3em 1px;
    position: relative;
    width: auto;
    border: 1px;
}

form.tx_powermail_pi1_form .type-button input { cursor: pointer; width: auto; }

/*------------------------------------------------------------------------------------------------------*/
/**
* Forms Fieldset/Legend-Bug in IE
* @see http://www.mattheerema.com/web-design/2006/04/getting-fieldset-backgrounds-and-legends-to-behave-in-ie/
*
* @workaround
* @affected IE 5.x/Win, IE6, IE7
* @css-for IE 5.x/Win, IE6, IE7
* @valid yes
*/
  
/* IE5.x & IE6 */
* html form.tx_powermail_pi1_form legend { left: .5em; position: absolute; top: -.5em; }

* html form.tx_powermail_pi1_form fieldset { height: 1%; margin-top: 1.5em; overflow: visible; padding-top: 1.5em; }

/* IE7 */
*+html form.tx_powermail_pi1_form legend legend { left: .5em; position: absolute; top: -.5em; }

*+html form.tx_powermail_pi1_form legend fieldset { height: 1%; margin-top: 1.5em; overflow: visible; padding-top: 1.5em; }