/* Modified CSS for Powermail und sr_freecap */

.tx-srfreecap-pi2-image {
  height: 32px;
  width: 105px;
}

.tx-srfreecap-pi2-cant-read {
  color: #000000;
  font-size: 11px;
}

/* Powermail */

.tx-powermail-pi1 input,textarea,select  {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 11px;
	border:1px solid #fad39c;
}

div.powermail_captcha_pictureload {
	padding-left:160px;
	padding-top:5px;
	padding-bottom:5px;
	clear:both;
}

.powermail_captcha_picture {
        float:right;
}

.powermail_captcha {
}

div.tx_powermail_pi1_fieldwrap_html_captcha {
	/* float:left; */
}

div.tx_powermail_pi1_fieldwrap_html_captcha_description {
	padding-top:5px;
}

	/* Form */
span.powermail_mandatory {
	/* Color of mandatory error message */
	color:#aa1e1e;
}

input.powermail_submit {
	border:1px solid #000000;
	background-color:#fad39c;
}

input.powermail_reset {
        border:1px solid #000000;
        background-color:#fad39c;
}

.tx-powermail-pi1_confirmation input {
        border:1px solid #000000;
        background-color:#fad39c;
        margin-bottom:5px;
}

input.validation-failed,
textarea.validation-failed {
	/* Background color if validation failed 
	background-color: red;*/
	background-image: url(/fileadmin/template/powermail/icon_exclamation_13x13.gif);
	background-repeat: no-repeat;
	background-position: 98% 1px;
}
div.powermail_mandatory_js {
	/* DIV container of errormessage */
	color:#aa1e1e;
	margin: 3px 0 10px 160px;
	width:150px;
	float:left;
}
div.tx-powermail-pi1_fieldset {
	/* Fieldset */
	border: 1px solid #fad39c;
	background-color: #fcead2;
	padding: 10px;
	margin-bottom:15px;
}
div.tx-powermail-pi1_fieldset .legend {
	/* legend of Fieldset */
	font-weight: bold;
	color: #000000;
	font-size:13px;
	padding-bottom:15px;
}
div.tx-powermail-pi1_fieldset label {
	/* label */
	display: block;
	width: 160px;
	float: left;
	clear: both;
	font-weight: bold;
}
div.powermail_check_inner label {
	/* checkboxes inner label */
	font-weight:normal;
	padding-left:10px;
	/* width:230px; */
}
div.powermail_radio_inner label {
	/* radiobuttons inner label */
        font-weight:normal;
	padding-left:10px;
	/* width:230px; */
}

div.powermail-options div.powermail_check_inner label {
	width:200px;
}

div.tx-powermail-pi1_fieldset input.powermail_text,
div.tx-powermail-pi1_fieldset textarea.powermail_textarea,
div.tx-powermail-pi1_fieldset select.powermail_select {
	/* Input and textarea */
	width: 250px;
}
div.tx-powermail-pi1_fieldset div.tx_powermail_pi1_fieldwrap_html_radio input.powermail_radio {
	/* Radiobuttons */
	margin: 5px 0;
}
div.tx-powermail-pi1_fieldset div.tx_powermail_pi1_fieldwrap_html_check input.powermail_check {
        /* Checkboxes */
        margin: 5px 0;
}
div.tx_powermail_pi1_fieldwrap_html {
	/* DIV container arround every field */
	margin: 10px 0;
}
div.tx-powermail-pi1_fieldset input.powermail_submit {
	/* submit button */
	margin: 0px 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;
	clear:both;
	padding-bottom:5px;
}
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: #ffffff;
	border: 1px solid #aa1e1e;
	color: #333333;
	text-decoration: none;
	font-size: 12px;
	text-decoration: none;
	font-weight:normal;
	font-style:normal;
}
div.tx_powermail_pi1_fieldwrap_html img.icon_info {
	/* Description icon */
	padding: 2px 2px 0 2px;
}
div.tx-powermail-pi1_fieldset div.even {
	/* background-color: #cdcdcd;*/
}


	/* Confirmation */
td.powermail_all_td {
	padding: 3px 10px 3px 0;
}

	/* THX */
td.powermail_all p.bodytext {
	margin: 0;
}

