/* Powermail */
	/* Form */
span.powermail_mandatory {
	/* Color of mandatory error message */
	/* PM, 03.11.2009, Farbe von Stern (* -> Pflichtfeld) angepasst */
	// color: red;
	color: #4169E1;
}
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%;
}
div.powermail_mandatory_js {
	/* DIV container of errormessage */
	color: red;
	margin: 3px 0 15px 195px;
}
fieldset.tx-powermail-pi1_fieldset {
	/* Fieldset */
	/* PM, 03.11.2009, Rahmen entfernt und Hintergrund entsprechend angepasst */
	// border: 1px solid #aaa;
	// background-color: #f3f3f4;
	background-color: #EEEEEE;
	padding: 0px 10px 10px 10px;
}
fieldset.tx-powermail-pi1_fieldset legend {
	/* legend of Fieldset */
	font-weight: bold;
	color: black;
	/* PM, 04.11.09, Fieldset nicht sichtbar (Name des Formulars) - muss zwingend in Typo3 angegeben werden, deswegen hier wieder die Ausblendung*/
	visibility:hidden;
	margin: -20px;
}
fieldset.tx-powermail-pi1_fieldset label {
	/* label */
	display: block;
	width: 175px;
	float: left;
	clear: both;
	/* PM, 04.11.2009, Labels rechtsbündig ausrichten */
	margin-right: 3%;
	text-align: right;
	// font-weight: bold;
}
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: 300px;
	/* PM, 03.11.2009, Hintergrund entsprechend angepasst bzw. Element hier hinzugefügt. War nicht vorhanden. */
	background-color: #F3F3F4;
}
fieldset.tx-powermail-pi1_fieldset input.powermail_captcha {
	width: 100px;
	background-color: #F3F3F4;
	/* PM, 04.11.09, nach rechts hin ausrichten, damit vertikal gleich wie andere Elemente */
	margin-left: 195px;
}
fieldset.tx-powermail-pi1_fieldset div.tx_powermail_pi1_fieldwrap_html_radio input.powermail_radio {
	/* Radiobuttons */
	margin: 4px 0;
}
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: 5px 0 10px 195px;
	font-weight: bold;
	background: #002776;
	color: #f3f3f4;
}
p.tx_powermail_pi1_fieldwrap_html_checkbox_title,
p.tx_powermail_pi1_fieldwrap_html_radio_title {
	/* margin: 0; */
	padding: 0;
	/* PM, 04.11.2009, Labels rechtsbündig ausrichten */
	margin-right: 3%;
	text-align: right;
	width: 175px;
	/* font-weight: bold; */
}
div.countryzone {
	margin: 10px 0 0 200px;
}
div.tx_powermail_pi1_fieldwrap_html label a {
	/* Description */
	cursor: help;
}
div.tx_powermail_pi1_fieldwrap_html label a dfn {
	/* Description */
	display: none;
}
div.tx_powermail_pi1_fieldwrap_html label a:hover dfn {
	/* Description on mouseover */
	display: block;
	position: absolute;
	width: 250px;
	padding: 5px;
	background-color: #ddd;
	border: 1px solid red;
	color: black;
	text-decoration: none;
	font-size: 0.8em;
}
div.tx_powermail_pi1_fieldwrap_html img.icon_info {
	/* Description icon */
	padding: 2px 2px 0 2px;
}


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

	/* THX */
td.powermail_all p.bodytext {
	margin: 0;
}
/* ******* PM, 04.11.09, nach dem Absenden (Angaben korrekt + Übersicht von Versendetem) ******* */
/* Alle Buttons (bzw. in diesem Fall 'Angaben abschicken' */
.tx-powermail-pi1_confirmation input {
	background: #002776;
	color: #f3f3f4;
	font-weight:bold;
}
/* ZURÜCK - Button */
.tx_powermail_pi1_formconfirmation_back input {
	background: #D6D6D6;
	color: #202020;
	font-weight:normal;
}
/* Bei Falscheingabe des Sicherheitscodes - Zurück zum Formular (Button) */
.tx-powermail-pi1_mandatory_submit {
	background: #D6D6D6;
	color: #202020;
	font-weight:bold;
}
/* Letzte Übersichtsseite nach dem Versenden - kein Rahmen! */
.tx-powermail-pi1_thx table.contenttable {
	border-style: none;	
}


