.tx-powermail-pi1 {
	width:450px;
	float:left;

}

/* Powermail */
	/* Form */
span.powermail_mandatory {
	/* Color of mandatory error message */
	color: #7b7c7e;
	font-weight:bold;
}
input.validation-failed,
textarea.validation-failed {
	/* Background color if validation failed */
	background-color: #F4F4E2;
}
div.powermail_mandatory_js {
	/* DIV container of errormessage */
	color: red;
	margin: 3px 0 15px 150px;
}
fieldset.tx-powermail-pi1_fieldset {
	/* Fieldset */
	
	border:none;
	padding: 0px 0px 10px 0px;
	margin:0px 0px 10px 0px;

}
fieldset.tx-powermail-pi1_fieldset legend {
	/* legend of Fieldset */
	font-weight: normal;
	padding: 0px; /*wegen IE negativer Wert*/
	margin: -6px;
	width:460px !important;
	padding:2px 0px 2px 0px;
	color:#1E92CC;
	font-size:12px;
}

fieldset.tx-powermail-pi1_fieldset label {
	/* label */
	display: block;
	width: 130px;
	float: left;
	clear: both;
	margin:5px 5px 5px 0px;
	height:18px;
	line-height:18px;
	vertical-align:top;
}

.tx_powermail_pi1_fieldwrap_html_checkbox_input {
	margin:5px 5px 5px 0px;
	height:18px;
	line-height:18px;
	vertical-align:top;
}

.tx_powermail_pi1_fieldwrap_html_radio_input {
height:18px;
line-height:18px;
margin:5px 5px 5px 0;
vertical-align:top;
}





fieldset.tx-powermail-pi1_fieldset input.powermail_text,
fieldset.tx-powermail-pi1_fieldset textarea.powermail_textarea,
fieldset.tx-powermail-pi1_fieldset select.powermail_select {
	/* Input and textarea */
	width: 260px;
	border: 1px inset threedface !important;
	color: #452c17;
}
div.tx_powermail_pi1_fieldwrap_html {
	/* DIV container arround every field */
	margin: 10px 0;
}
fieldset.tx-powermail-pi1_fieldset input.powermail_submit {
	border:none;
	background-color:#1E92CC;
	color:#fff;
	margin-left: 135px;
	padding:2px;
	cursor:pointer;

}

.tx_powermail_pi1_fieldwrap_html_submit {

	clear:both;
}

p.tx_powermail_pi1_fieldwrap_html_checkbox_title,
p.tx_powermail_pi1_fieldwrap_html_radio_title {
	margin: 0;
	padding: 0;
}

radio {
	padding:5px;
	margin:5px;
}

	/* Confirmation */
td.powermail_all_td {
	padding: 3px 10px 3px 0;
}