/* Powermail */
	/* Form */
span.powermail_mandatory {
	/* Color of mandatory error message */
	color: #7f0017;
}
input.validation-failed,
textarea.validation-failed {
	/* Background color if validation failed 
	background-color: red;*/
	background-image: url(/typo3conf/ext/powermail/img/icon_exclamation.gif);
	background-repeat: no-repeat;
	background-position: 98% 1px;
}
div.powermail_mandatory_js {
	/* DIV container of errormessage */
	color: #f20000; width: 100px; margin: 3px 0 15px 210px; }
fieldset.tx-powermail-pi1_fieldset {
	/* Fieldset */
	border: solid 1px #aaa;
	background-color: #f2f2f2;
	padding: 10px;
}
/*Ueberschrift (Legende)  im Rahmen*/
fieldset.tx-powermail-pi1_fieldset legend {
	/* legend of Fieldset */
	font-weight: bold;
	color: #5a5a5a;
}
/*Labelbezeichnung*/
fieldset.tx-powermail-pi1_fieldset label {
	/* label */
	display: block; width: 180px; float: left; clear: both; font-weight: normal; margin-top: 5px; margin-bottom: 5px; padding-bottom: 10px; padding-left: 10px; white-space: normal; }
/*Formatierung aller Auswahlfeld*/
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: 270px; margin-left: 20px; }
fieldset.tx-powermail-pi1_fieldset div.tx_powermail_pi1_fieldwrap_html_radio input.powermail_radio {
	/* Radiobuttons */
	font-style: italic; margin: 5px 0; padding-left: 30px; }
/*Gesamtes Feld */
div.tx_powermail_pi1_fieldwrap_html {
	/* DIV container arround every field */
	margin: 10px 0 10px 0;
}
/*Formatierung Absende button*/
fieldset.tx-powermail-pi1_fieldset input.powermail_submit {
	/* submit button */
	color: #7f0017; font-size: 1em; margin: 20px 0 10px 193px; font-weight: bold; }
p.tx_powermail_pi1_fieldwrap_html_checkbox_title,
p.tx_powermail_pi1_fieldwrap_html_radio_title { margin: 0 0 10px; padding: 0; font-weight: normal; }
div.countryzone { left: 150px; width: 270px; margin: 10px 0 0; }


	/* Confirmation */
td.powermail_all_td {
	padding: 3px 3px 3px 0;
}