/* Powermail */
	/* Form */
span.powermail_mandatory {
	/* Color of mandatory error message */
	color: red;
}
input.validation-failed,
textarea.validation-failed {
	/* Background color if validation failed */
	background-color: red;
}
div.powermail_mandatory_js {
	/* DIV container of errormessage */
	color: red;
	margin: 3px 0 15px 150px;
	font-size:0.6em;
}
fieldset.tx-powermail-pi1_fieldset {
	/* Fieldset */
	border: 1px solid #aaa;
	background-color:rgb(250,250,250);
	padding:10px;
	margin-left:20px;
	margin-bottom:20px;
}
fieldset.tx-powermail-pi1_fieldset legend {
	/* legend of Fieldset */
	font-weight: bold;
	color: black;
}
fieldset.tx-powermail-pi1_fieldset label {
	/* label */
	display: block;
	width: 150px;
	float: left;
	clear: both;
	font-weight:normal;
	font-size:0.8em;
	text-align:right;
        margin-right:5px;
}
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; wird ueber backend flexform gesteuert */
}
div.tx_powermail_pi1_fieldwrap_html {
	/* DIV container arround every field */
	margin: 7px 0; 
}

fieldset.tx-powermail-pi1_fieldset input.powermail_submit {
	/* submit button */
	margin: 20px 0 10px 155px;
	font-weight: bold;
}
p.tx_powermail_pi1_fieldwrap_html_checkbox_title,
p.tx_powermail_pi1_fieldwrap_html_radio_title {
	margin: 0;
	padding: 0;
	font-weight:normal;
	font-size:0.8em;
	/* width:150px;
        text-align:right; */
}

/* Anleitungstexte */
.tx_powermail_pi1_fieldwrap_html_35 {font-size:.8em; padding-bottom:10px;}
.tx_powermail_pi1_fieldwrap_html_36 {font-size:.8em; padding-bottom:10px;}
.tx_powermail_pi1_fieldwrap_html_37 {font-size:.8em; padding-bottom:10px;}
.tx_powermail_pi1_fieldwrap_html_38 {font-size:.8em; padding-bottom:10px;}
.tx_powermail_pi1_fieldwrap_html_57 {font-size:.8em; padding-bottom:10px;}
.tx_powermail_pi1_fieldwrap_html_113 {font-size:.8em; padding-bottom:10px;}

/* fieldset_2 Anordnung der Bilder */
.tx-powermail-pi1_fieldset_2 img {float:right; width:150px; height:113px; margin-right:100px;}
.tx-powermail-pi1_fieldset_2 label {float:left;}
.tx-powermail-pi1_fieldset_2 select {float:left;}
/* Linie */
.tx-powermail-pi1_fieldset_2 hr {margin-top:0px; color:rgb(220,220,220); clear:both; margin-top:32px;}

/* fieldset_6 Anordnung der Bilder */
.tx-powermail-pi1_fieldset_6 img {float:right; width:150px; height:113px; margin-right:100px;}
.tx-powermail-pi1_fieldset_6 label {float:left;}
.tx-powermail-pi1_fieldset_6 select {float:left;}
/* Linie */
.tx-powermail-pi1_fieldset_6 hr {margin-top:0px; color:rgb(220,220,220); clear:both; margin-top:32px;}

/* Buttons: vorheriger und naechster Schritt, zurueck und Angaben abschicken */
.tx_powermail_pi1_submitmultiple_back {margin-left:20px; margin-bottom:10px;}
.tx_powermail_pi1_submitmultiple_forward {margin-left:20px; margin-bottom:10px;}
.tx-powermail-pi1_confirmation_submit {margin-left:20px; margin-bottom:10px;}
.tx-powermail-pi1_confirmation_back {margin-left:20px; margin-bottom:0px;}

/* Fehlermeldung Abschicken - Felder sind nicht ausgefuellt */
div .tx-powermail-pi1_mandatory {margin-left:20px; font-size:.8em;}
.powermail_mandatory_listitem {color:red;} /* font-weight:normal; */

/* Bestaetigung: Sind die Daten korrekt */
table .powermail_all, 
.powermail_all_table {margin-left:20px; width:500px;font-size:.92em;}

/* Bestaetigung: Vielen Dank fuer Ihre Bestellung */
/* Tabelle - contenttable */
.tx-powermail-pi1_thx table {margin-left:20px; width:500px; table-layout:auto; border-collapse:collapse; border-spacing:0px; font-size:.8em;}


	/* Confirmation */
