/* Powermail */
	/* Form */
span.powermail_mandatory {
	/* Color of mandatory error message */
	color: #003399;
}
input.validation-failed,
textarea.validation-failed {
	/* Background color if validation failed */
	background-color: #d4d4d4;
}
div.powermail_mandatory_js {
	/* DIV container of errormessage */
	color: #003399;
	margin-left: 210px;
}
fieldset.tx-powermail-pi1_fieldset {
	/* Fieldset */
	border: none;
	font-size: 12px;
	background-color: #ffffff;
	padding: 0px;
}
fieldset.tx-powermail-pi1_fieldset legend {
	/* legend of Fieldset */
	font-weight: bold;
	color: #003399;
	font-size: 16px;
	padding-bottom: 10px;
}
fieldset.tx-powermail-pi1_fieldset label {
	/* label */
	display: block;
	width: 400px;
	float: left;
	clear: both;
	font-weight: bold;
}
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: 400px;
	height: 120px;
}
div.tx_powermail_pi1_fieldwrap_html {
	/* DIV container arround every field */
	margin: 20px 0;
}
fieldset.tx-powermail-pi1_fieldset input.powermail_submit {
	/* submit button */
	background-color: #d4d4d4;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 150px;
	margin-top: 0px;
}
p.tx_powermail_pi1_fieldwrap_html_checkbox_title,
p.tx_powermail_pi1_fieldwrap_html_radio_title {
	width: 500px;
	margin-bottom: 10px;
	padding: 0px;;
	color: #003399;
	font-weight: bold;
}


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