/* 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;*/
	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 200px;
}
fieldset.tx-powermail-pi1_fieldset {
	/* Fieldset */
	border: 1px solid #9c171f;
	background-color: #f4e6e6;
	padding: 10px;
	margin:20px 0 20px 0;
}
fieldset.tx-powermail-pi1_fieldset legend {
	/* legend of Fieldset */
	font-weight: bold;
	color: black;
}
fieldset.tx-powermail-pi1_fieldset label {
	/* label */
	display: block;
	width: 250px;
	float: left;
	clear: both;
	font-weight: bold;
	padding-left:10px;
}
fieldset.tx-powermail-pi1_fieldset textarea.powermail_textarea,
fieldset.tx-powermail-pi1_fieldset select.powermail_select {
	/* Input and textarea */
	width: 309px;
	margin-left:1em;
}
fieldset.tx-powermail-pi1_fieldset input.powermail_text, 
fieldset.tx-powermail-pi1_fieldset textarea.powermail_textarea {
	/* Input and textarea */
	width: 304px;
	margin-left:1em;

}


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 {
	/* submit button */
	margin: 20px 0 10px 190px;
	font-weight: bold;
}
p.tx_powermail_pi1_fieldwrap_html_checkbox_title,
p.tx_powermail_pi1_fieldwrap_html_radio_title {
	margin: 0;
	padding-left: 10px;
	font-weight: bold;
	width:250px; 
}
div.countryzone {
	margin: 10px 0 0 200px;
}
div.tx_powermail_pi1_fieldwrap_html label a,
div.tx_powermail_pi1_fieldwrap_html p a {
	/* Description */
	cursor: help;
	text-decoration: none;
}
div.tx_powermail_pi1_fieldwrap_html label a dfn,
div.tx_powermail_pi1_fieldwrap_html p a dfn {
	/* Description */
	display: none;
	text-decoration: none;
}
div.tx_powermail_pi1_fieldwrap_html label a:hover dfn,
div.tx_powermail_pi1_fieldwrap_html p 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;
	text-decoration: none;
}
div.tx_powermail_pi1_fieldwrap_html img.icon_info {
	/* Description icon */
	padding: 2px 2px 0 2px;
}
fieldset.tx-powermail-pi1_fieldset div.even {
	background-color: #eee;

}


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

	/* THX */
td.powermail_all p.bodytext {
	margin: 0;
}

#check_uid28_0 fieldset.tx-powermail-pi1_fieldset label {
	/* label */
	display: block;
	width: 250px;
	float: left;
	clear: both;
	font-weight: bold;
	padding-left:10px;
	text-align:right;
}

.powermail_check_inner label{text-align:right; padding-top:5px; padding-bottom:5px;margin-left:50px;}
.powermail_check_inner input{text-align:left; margin-left:50px; margin-top:5px; margin-bottom:5px;}

.tx_powermail_pi1_fieldwrap_html_file input{
	/* Input and textarea */
	width: 304px;
	margin-left:1em;
}

/* für die Bilderanzeige in "eintrag bearbeiten" */
div.powermailfrontend_bilder {
	margin:20px;
	padding:1px;
}
div.powermailfrontend_bild {
	float:left;
	margin:5px;
}
div.powermailfrontend_bild div.powermailfrontend_bildlink img{
	border: 1px solid #9c171f;
	width: 100px;
}
.powermailfrontend_bildloeschenlink ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.powermailfrontend_bildloeschenlink li{
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100px;
}

.powermailfrontend_bildloeschenlink a.powermailfrontend_bildloeschenlink {
	text-decoration: none;
	background-color: #eeeeee;
	width: 100px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	padding: 0 10px;
	color:#000;
}
.powermailfrontend_bildloeschenlink a.powermailfrontend_bildloeschenlink:link {
	background-color: #eeeeee;
}
.powermailfrontend_bildloeschenlink a.powermailfrontend_bildloeschenlink:hover {
	background-color: #9c171f;
	color: #eeeeee;
} 
