/* Powermail */
	/* Form */
span.powermail_mandatory {
	/* Color of mandatory error message */
	color: #e6243a;
}
input.validation-failed,
textarea.validation-failed {
	/* Background color if validation failed */
	background-color: #e6243a;
}
div.powermail_mandatory_js {
	/* DIV container of errormessage */
	color: red;
	margin: 3px 0 15px 150px;
}
fieldset.tx-powermail-pi1_fieldset {
	/* Fieldset */
	border: none;
	padding: 10px 0 0 0;
}
fieldset.tx-powermail-pi1_fieldset legend {
	/* legend of Fieldset */
	font-weight: bold;
	color: #fff;
}
fieldset.tx-powermail-pi1_fieldset label {
	/* label */
	display: block;
	width: 130px;
	float: left;
	clear: both;
	font-weight: normal;
}

fieldset.tx-powermail-pi1_fieldset textarea.powermail_textarea {
	/* Input and textarea */
	width: 350px;
	font-weight: bold;
}

fieldset.tx-powermail-pi1_fieldset input.powermail_text,
fieldset.tx-powermail-pi1_fieldset select.powermail_select {
	/* Input and textarea */
	width: 150px;
	font-weight: bold;
	padding:2px;
}



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 130px;
	padding:3px 15px 3px 15px;
	border:1px solid #ccc;
	background-color:#bebdbd;
	color:#fff;
	font-weight: bold;
	cursor:pointer;
}
p.tx_powermail_pi1_fieldwrap_html_checkbox_title {
	margin: 0 0 10px 0;
	padding: 0;
	font-weight: bold;
	font-size:13px;
}
p.tx_powermail_pi1_fieldwrap_html_radio_title {
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size:13px;
}


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