/* Powermail */
	/* Form */
div.tx-powermail-pi1_mandatory, ul.powermail_mandatory_list{
	color: #5C5C5C;
	font-size: 12px;
	text-decoration:none;
	margin-left:10px;
}
div.tx-powermail-pi1_confirmation{
	color: #5C5C5C;
	font-size: 15px;
	text-decoration:none;
}

span.powermail_mandatory {
	/* Color of mandatory error message */
	color: red;
}
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: red;
	margin: 3px 0 15px 170px;
}
fieldset.tx-powermail-pi1_fieldset {
	/* Fieldset */
	text-decoration:none;
	margin-left: -10px;
	border: 0px solid #aaa;
	background-color: #FFFFF;
	padding: 10px;
}
fieldset.tx-powermail-pi1_fieldset legend {
	/* legend of Fieldset */
	/*font-weight: bold;*/
	color: #5C5C5C;
	font-size: 15px;
}
fieldset.tx-powermail-pi1_fieldset label {
	/* label */
	display: block;
	width: 160px;
	float: left;
	clear: both;
	/*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: 15em;
}
#uid23,
#uid44,
#uid55,
#uid66{
	width: 15em;
}

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 */
	/* Abstand zwischen den Feldern*/
	margin: 20px 0;
	font-size: 12px;
}
fieldset.tx-powermail-pi1_fieldset input.powermail_submit {
	/* submit button */
	margin: 20px 0 10px 160px;
	/*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: bold;*/
}
div.countryzone {
	margin: 10px 0 0 170px;
}
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: 220px;
	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 {
	color: #5C5C5C;
	font-size: 12px;
	text-decoration:none;
	padding: 3px 10px 3px 10px;
}
input.tx-powermail-pi1_mandatory_submit{
	margin-left:-10px;
}

	/* THX */
td.powermail_all p.bodytext {
	margin: 0;
}
div.tx-powermail-pi1_thx{
	color: #5C5C5C;
	font-size: 12px;
	text-decoration:none;
}

/* Formatierung einzelner Feld-Elemente--START */
/*
.required.powermail_anmeldeformular.powermail_text.powermail_uid22,
.required.powermail_anmeldeformular.powermail_text.powermail_uid43,
.required.powermail_anmeldeformular.powermail_text.powermail_uid54,
.required.powermail_anmeldeformular.powermail_text.powermail_uid65{
	width: 10.9em;
}
*/




/*Checkboxen*/
p.tx_powermail_pi1_fieldwrap_html_checkbox_title {display:none;}
#powermaildiv_uid136 {clear:both; margin:5px 0 5px 0; display:block;}
#powermaildiv_uid136 input {border:0; clear:both; vertical-align:middle;}
#powermaildiv_uid136 label { width:43em; float:none; display:inline; vertical-align:middle;}

