/* Powermail */
	/* Form */


span.powermail_mandatory {
	/* Color of mandatory error message */
	color:#F09100; font-size:12px; font-weight:normal;
}
input.validation-failed,
textarea.validation-failed {
	/* Background color if validation failed */
	background-color:#F09100;
}
div.powermail_mandatory_js {
	/* DIV container of errormessage */
	color:#F09100; font-size:12px; font-weight:normal;
	margin: 3px 0 15px 150px;
}
fieldset.tx-powermail-pi1_fieldset {
	/* Fieldset */
	border:1px solid #cccccc;
	padding:0px 20px 20px 20px;
}
fieldset.tx-powermail-pi1_fieldset legend {
	/* legend of Fieldset */
	font-weight: bold;
	font-size:14px;
	color: #FE1A00;
	display: block;
	border:1px solid #cccccc;
	padding:4px;
}

/*fieldset.tx-powermail-pi1_fieldset legend {
margin-top:10px;
margin-bottom:10px;
padding: 0 0em; font-weight: bold; font-size:14px; color:#cccccc; background-color:#CC6633; border:1px solid #333333;
padding:5px;
}
*/

fieldset.tx-powermail-pi1_fieldset label {
	/* label */
	display: block;
	width: 150px;
	float: left;
	clear: both;
	font-weight: normal;
	background-color:; /* RALFFFFFFFFFFFFF gruen*/
}
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;
}
fieldset.tx-powermail-pi1_fieldset div.tx_powermail_pi1_fieldwrap_html_radio input.powermail_radio {
	/* Radiobuttons */
	margin: 5px 0;
}
div.tx_powermail_pi1_fieldwrap_html {
	/* DIV container arround every field */
	margin: 10px 0;
}
fieldset.tx-powermail-pi1_fieldset input.powermail_submit,
.tx-powermail-pi1_confirmation_back,
.tx-powermail-pi1_confirmation_submit {
margin: 20px 0 0 0;
	background-image: url(../bilder/button_absenden.png);
	background-position: 0 0px;
	!background-position: 0 0px;
	background-repeat: no-repeat;
	width:140px;
	height:18px;
	font-size:10px;
	border:none;
	color:#333333;
	
}

fieldset.tx-powermail-pi1_fieldset input.powermail_check,
fieldset.tx-powermail-pi1_fieldset input.powermail_radio {
	width: 35px;
	border:1px solid #CC6633;
	padding:0px;
	margin:2px;

}

/*
p.tx_powermail_pi1_fieldwrap_html_checkbox_title,
p.tx_powermail_pi1_fieldwrap_html_radio_title {
	margin: 0;
	padding: 0;
	font-weight: bold;
}
*/

div.countryzone {
	margin: 10px 0 0 150px;
}


	/* Confirmation */
td.powermail_all_td {
	padding: 3px 10px 3px 0;
}
/**************************************************************************************************/
fieldset.tx-powermail-pi1_fieldset input,
fieldset.tx-powermail-pi1_fieldset select,
fieldset.tx-powermail-pi1_fieldset textarea.powermail_textarea {
/* Style input fields */

border-left:1px solid #cccccc; border-top:1px solid #cccccc; border-right:1px solid #999999; border-bottom:1px solid #999999; background-color:#;
margin-left: 0px; color:#333333;
}
div.tx_powermail_pi1_fieldwrap_html {
/* Increase margin between every field */
margin: 5px 0;
}
