/* Powermail */
	/* Form */
span.powermail_mandatory {
	/* Color of mandatory error message */
	color: #FCB118;
}

fieldset.tx-powermail-pi1_fieldset div.tx_powermail_pi1_fieldwrap_html_check input.powermail_check,
fieldset.tx-powermail-pi1_fieldset div.tx_powermail_pi1_fieldwrap_html_radio input.powermail_radio {
	/* Checkbuttons + Radiobuttons */
	float: left;   
	clear: both;
	margin: 3px 10px 3px 20px !important;
	margin: 0px 10px 3px 20px;
}
	
input.validation-failed,
textarea.validation-failed {
	/* Background color if validation failed 
	background-color: #FCB118; */
	/* background-image: url(/typo3conf/ext/powermail/img/icon_exclamation.gif); */
	background-image: url(/fileadmin/brainware.ch/pics/icon_exclamation.gif);
	background-repeat: no-repeat;
	background-position: 98% 1px;
}
div.powermail_mandatory_js {
	/* DIV container of errormessage */
	color: #FCB118;
	margin: 3px 0 15px 200px;
}
fieldset.tx-powermail-pi1_fieldset {
	/* Fieldset  = Abstand zu oberen Element
	border: 1px solid #aaa;
	background-color: #ccc;  */
	margin: 15px 0 20px 0;
}
fieldset.tx-powermail-pi1_fieldset legend {
	/* legend of Fieldset */
	font-weight: bold;
	color: black;
}
fieldset.tx-powermail-pi1_fieldset label {
	/* label */ 
	float:left;
	line-height:150%;
	padding:0pt;
	width:40%;
	display:block;
}

fieldset.tx-powermail-pi1_fieldset input.powermail_text,
fieldset.tx-powermail-pi1_fieldset textarea.powermail_textarea {
	/* Input, textarea */
	border:1px solid #999999;
	width:50% !important;	
	width:83%;
}

fieldset.tx-powermail-pi1_fieldset input.powermail_file,
fieldset.tx-powermail-pi1_fieldset select.powermail_select {
	border:1px solid #999999;
	width:50%;
}	

fieldset.tx-powermail-pi1_fieldset select.powermail_countryselect {
	/* Countryselect */
	float: right; 
	clear: both;
	width: 264px !important;
	width: 260px;
	margin: 0 70px 0 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: 0 0 20px 195px;
	font-weight: bold;
	width: 100px;
	float: left;
}

fieldset.tx-powermail-pi1_fieldset input.powermail_reset {
	/* reset button */
	margin: 0 0 0 20px;
	/* font-weight: bold; */
	width: 100px;
}

p.tx_powermail_pi1_fieldwrap_html_checkbox_title,
p.tx_powermail_pi1_fieldwrap_html_radio_title {
	width: 460px;
	padding: 15px 0 10px 0;
	font-weight: normal;
}

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 color: #FCB118;;
	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; tae */
}

	/* Confirmation */
td.powermail_all_td {
	padding: 3px 10px 3px 0;
	font-weight: normal;
}

	/* THX */
td.powermail_all p.bodytext {
	margin: 0;
	font-weight: normal;
}