/* Powermail */
#siteWrap .contentRight .tx-powermail-pi1 {
	width: 550px;
	padding: 0px 90px 0px 20px;
	margin:0;
	text-align: left;
}
	/* Form */
span.powermail_mandatory {
	/* Color of mandatory error message */
	color: #78B617;
}
input.validation-failed,
textarea.validation-failed {
	/* Background color if validation failed */
	background-color: #78B617;
}
div.powermail_mandatory_js {
	/* DIV container of errormessage */
	color: #78B617;
	margin: 3px 0 15px 200px;
}
fieldset.tx-powermail-pi1_fieldset {
	/* Fieldset */
	border: 1px dotted #78B617;
	/*background-color: #ccc; */
	padding: 10px;
	
}
fieldset.tx-powermail-pi1_fieldset legend {
	/* legend of Fieldset */
	font-weight: normal;
	color: #78B617;
	font-size: 10pt;
}
fieldset.tx-powermail-pi1_fieldset label {
	/* label */
	display: block;
	width: 200px;
	float: left;
	clear: both;
	font-weight: bold;
	font-size: 8.5pt;
}
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 */
	width: 260px;
	border: 1px dotted #035B24;
}
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 200px;
	font-weight: normal;
	color: #FFFFFF;
	font-size: 10pt;
	background-color: #78B617;
	border-right: 1px solid #035B24;
	border-bottom: 1px solid #035B24;
}
p.tx_powermail_pi1_fieldwrap_html_checkbox_title,
p.tx_powermail_pi1_fieldwrap_html_radio_title {
	margin: 0;
	padding: 0;
	font-weight: normal;
}
div.countryzone {
	margin: 10px 0 0 150px;
}


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