/* 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-left: 15px;

}


fieldset.tx-powermail-pi1_fieldset legend {

	/* legend of Fieldset */

	/*font-weight: bold;*/

	color: black;

	font-family: Verdana, sans-serif;

	font-size: 12px;

}

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 */

	border: 1px solid silver;

}




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: 4px 0;

}


div.countryzone {

	margin: 10px 0 0 200px;

}

div.tx_powermail_pi1_fieldwrap_html label a {

	/* Description */

	cursor: help;

}


div.tx_powermail_pi1_fieldwrap_html img.icon_info {

	/* Description icon */

	padding: 2px 2px 0 2px;

}



legend {
 	display: none;
}


label {
 display: block;
 float: left;
 margin-left: 15px;
 width: 170px;

}

fieldset.tx-powermail-pi1_fieldset {
 background-color: #eee;
 margin-bottom: 5px;
 padding: 10px;
 border: none;
}


.powermail_radio_inner label {
 display: inline;
 float: none;
 margin-left: 15px;
 margin-bottom: 3px;
 width: 90%;
}

.powermail_radio_inner input{
 height: 12px;
}

#powermaildiv_uid4 p {
 display: block;
 float: left;
 margin-left: 15px;
 width: 170px;
}
#powermaildiv_uid56 p {
 display: block;
 float: left;
 margin-left: 15px;
 width: 170px;
}

.powermail_radio_inner_uid4_0 {
 margin-left: 15px;
}

.powermail_radio_inner_uid4_1 {
 margin-left: 185px;
}

div.tx_powermail_pi1_fieldwrap_html {
	padding: 5px;
}


.tx_powermail_pi1_fieldwrap_html_checkbox_title {
  font-weight: bold;
}


.powermail_check_inner label {
 display: inline;
 float: none;
 margin-left: 15px;
 width: 90%;
}

div.powermail_check_inner_uid2_0 label {
	display: none;
}


.powermail_all {
 font-size: 12px;
 line-height: 20px;
}

.powermail_all_td {
 min-width: 200px;
 padding-left: 15px;
}