span.powermail_mandatory {
	/* Color of mandatory error message */
	color: red;
}

input.validation-failed,
textarea.validation-failed {
	/* Background color if validation failed 
	background-color: red;*/
	background-image: none;
	background-repeat: no-repeat;
	background-position: 98% 1px;
}
div.powermail_mandatory_js {
	/* DIV container of errormessage */
	color: red;
	margin: 0px 0 10px 150px;
}


fieldset.tx-powermail-pi1_fieldset {
	/* Fieldset */
	border: none;
	width: 600px;
	margin: 0;
	padding: 0;
}

fieldset.tx-powermail-pi1_fieldset legend {
	/* legend of Fieldset */
	display: none;
	font-weight: bold;
	color: #000000;
}

fieldset.tx-powermail-pi1_fieldset label {
	/* label */
	display: block;
	width: 150px;
	float: left;
	clear: both;
	font-weight: bold;
	color: #000000;
}

div.tx_powermail_pi1_fieldwrap_html_label {
	color: black;
	margin: 0 0 10px 0;
}

fieldset.tx-powermail-pi1_fieldset div.tx_powermail_pi1_fieldwrap_html_radio input.powermail_radio {
	/* Radiobuttons */
	margin: 5px 0;
	color: #000000;
}

p.tx_powermail_pi1_fieldwrap_html_checkbox_title,
p.tx_powermail_pi1_fieldwrap_html_radio_title {
	margin: 0;
	padding: 0;
	font-weight: bold;
	color: #000000;
}


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: 350px;
	border: 1px solid black;
	margin: 0 0 10px 0;
}

div.tx_powermail_pi1_fieldwrap_html_date input {
	margin: 0 0 10px 0;
	border: 1px solid black;
}

div.tx_powermail_pi1_fieldwrap_html_captcha_description{
	margin: 5px 0 0 150px;
}


fieldset.tx-powermail-pi1_fieldset input.powermail_captcha {
	border: 1px solid #000000;
}

fieldset.tx-powermail-pi1_fieldset input.powermail_submit {
	/* submit button */
	margin: 10px 0 10px 150px;
	font-weight: bold;
}

span.tx-srfreecap-pi2-cant-read {
	float: left;
}

img.tx-srfreecap-pi2-image {
	margin: 10px 0 10px 150px;
}

.tx-srfreecap-pi2-cant-read {
	margin: 0 0 0 150px;
}

