.tx-powermail-pi1 {

}

/* 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: 10px 0px 10px 0px;
	margin:10px 0px 10px 0px;

}
fieldset.tx-powermail-pi1_fieldset legend {
	/* legend of Fieldset */
	font-weight: bold;
	padding: 0px; /*wegen IE negativer Wert*/
	margin: -6px;
}

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

.tx_powermail_pi1_fieldwrap_html_checkbox_input {
	margin:5px 5px 5px 0px;
	height:15px;
	line-height:15px;
	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 {
	/* submit button 
	margin: 20px 0 10px 0px;
	font-weight: bold;
	border:none;
	background-color:#1C5D8F;
	color:#fff;*/
	margin-left: 223px;

}

.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;
	font-weight:bold;
}

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

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