/* Powermail */

/* Powermail allgemeine Einstellungen */

form div.tx_powermail_pi1_fieldwrap_html {
 clear:both;
}

fieldset.tx-powermail-pi1_fieldset {
 /* Fieldset */
 border: 1px solid #C1C1C1;
 margin-bottom: 15px;
 padding-bottom: 5px;
}

fieldset.tx-powermail-pi1_fieldset legend {
 /* legend of Fieldset */
 margin: 0 0 5px 5px;
 font-weight: bold;
 color: red;
}
fieldset.tx-powermail-pi1_fieldset label, 
fieldset.tx-powermail-pi1_fieldset .tx_powermail_pi1_fieldwrap_html_checkbox_title,
fieldset.tx-powermail-pi1_fieldset .tx_powermail_pi1_fieldwrap_html_radio_title {
 /* label */
 font-weight: bold;
}

fieldset.tx-powermail-pi1_fieldset input.powermail_text,
fieldset.tx-powermail-pi1_fieldset textarea.powermail_textarea {
 /* Input and textarea */
 width: 260px;
}

fieldset.tx-powermail-pi1_fieldset textarea.powermail_textarea {
 /* textarea */
 height: 70px;
}

fieldset.tx-powermail-pi1_fieldset select.powermail_select,
fieldset.tx-powermail-pi1_fieldset select.powermail_countryselect {
 /* select*/
 width: 264px;
}

fieldset.tx-powermail-pi1_fieldset input.powermail_submit {
 /* submit button */
 font-weight: bold;
 cursor: pointer;
}

div.tx_powermail_pi1_fieldwrap_html_text,
div.tx_powermail_pi1_fieldwrap_html_textarea,
div.tx_powermail_pi1_fieldwrap_html_select,
div.tx_powermail_pi1_fieldwrap_html_check,
div.tx_powermail_pi1_fieldwrap_html_radio,
div.tx_powermail_pi1_fieldwrap_html_submit,
div.tx_powermail_pi1_fieldwrap_html_reset,
div.tx_powermail_pi1_fieldwrap_html_label,
div.tx_powermail_pi1_fieldwrap_html_html,
div.tx_powermail_pi1_fieldwrap_html_content,
div.tx_powermail_pi1_fieldwrap_html_password,
div.tx_powermail_pi1_fieldwrap_html_file,
div.tx_powermail_pi1_fieldwrap_html_captcha,
div.tx_powermail_pi1_fieldwrap_html_datetime,
div.tx_powermail_pi1_fieldwrap_html_date,
div.tx_powermail_pi1_fieldwrap_html_button,
div.tx_powermail_pi1_fieldwrap_html_submitgraphic {
	margin-left: 5px;
	margin-bottom: 1px;
	margin-right: 5px;
}

div.tx_powermail_pi1_fieldwrap_html_text label,
div.tx_powermail_pi1_fieldwrap_html_textarea label,
div.tx_powermail_pi1_fieldwrap_html_select label,
div.tx_powermail_pi1_fieldwrap_html_submit label,
div.tx_powermail_pi1_fieldwrap_html_reset label,
div.tx_powermail_pi1_fieldwrap_html_password label,
div.tx_powermail_pi1_fieldwrap_html_file label,
div.tx_powermail_pi1_fieldwrap_html_captcha label,
div.tx_powermail_pi1_fieldwrap_html_datetime label,
div.tx_powermail_pi1_fieldwrap_html_date label,
div.tx_powermail_pi1_fieldwrap_html_button label,
div.tx_powermail_pi1_fieldwrap_html_submitgraphic label {
	display: inline-block; 
	vertical-align: top; 
	width: 200px;
}


div.tx_powermail_pi1_fieldwrap_html_submit label {
	visibility: hidden;
}

div.tx_powermail_pi1_fieldwrap_html_check .tx_powermail_pi1_fieldwrap_html_checkbox_title,
div.tx_powermail_pi1_fieldwrap_html_radio .tx_powermail_pi1_fieldwrap_html_radio_title {
	width: 200px;
	float: left;
	margin:0;
	color: #2B2B2B;
}





div.tx_powermail_pi1_fieldwrap_html_check .powermail_check_inner,
div.tx_powermail_pi1_fieldwrap_html_radio .powermail_radio_inner {
	width: 300px;
	float: left;

}

div.tx_powermail_pi1_fieldwrap_html_check .powermail_check_inner label,
div.tx_powermail_pi1_fieldwrap_html_radio .powermail_radio_inner label {
	width: 275px;
	float: right;
	cursor: pointer;
	font-weight: normal;
}

div.tx_powermail_pi1_fieldwrap_html_check .powermail_check_inner input,
div.tx_powermail_pi1_fieldwrap_html_radio .powermail_radio_inner input {
	float: left;
	cursor: pointer;
}

div.tx_powermail_pi1_fieldwrap_html_text input,
div.tx_powermail_pi1_fieldwrap_html_textarea textarea,
div.tx_powermail_pi1_fieldwrap_html_select select,
div.tx_powermail_pi1_fieldwrap_html_submit input,
div.tx_powermail_pi1_fieldwrap_html_reset input,
div.tx_powermail_pi1_fieldwrap_html_password input,
div.tx_powermail_pi1_fieldwrap_html_file input,
div.tx_powermail_pi1_fieldwrap_html_button input,
div.tx_powermail_pi1_fieldwrap_html_submitgraphic input {
	vertical-align: bottom;
}

br.clear {
	clear: both;
}

span.powermail_mandatory {
	/* Color of mandatory error message */
	color: red;
}

/* NEU */

div.powermail_mandatory_js {
	/* DIV container of errormessage */
	color: red;
	margin: 0 0 0 205px;
}

fieldset.tx-powermail-pi1_fieldset div.even {
	background-color: #f9f9f9;
	padding: 5px;
}

fieldset.tx-powermail-pi1_fieldset div.odd {
	background-color: #f9f9f9;
	padding: 5px;
}

div.tx_powermail_pi1_fieldwrap_html label a dfn,
div.tx_powermail_pi1_fieldwrap_html .tx_powermail_pi1_fieldwrap_html_checkbox_title a dfn,
div.tx_powermail_pi1_fieldwrap_html .tx_powermail_pi1_fieldwrap_html_radio_title a dfn {
	/* Description */
	display: none;
}

div.tx_powermail_pi1_fieldwrap_html label a:hover dfn,
div.tx_powermail_pi1_fieldwrap_html .tx_powermail_pi1_fieldwrap_html_checkbox_title a:hover dfn,
div.tx_powermail_pi1_fieldwrap_html .tx_powermail_pi1_fieldwrap_html_radio_title a:hover dfn {
	/* Description on mouseover */
	display: block;
	position: absolute;
	width: 250px;
	padding: 10px;
	background-color: #ddd;
	border: 1px solid silver;
	color: black;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
}

div.tx_powermail_pi1_fieldwrap_html img.icon_info {
	/* Description icon */
	padding: 0 2px;
}

span.normal {
	font-weight: normal;
}


.tx-powermail-pi1 img.icon {
	height: auto;
	width: auto;
}

.form-txt-small {
	font-size: 11px;
}
