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;
	margin: 0;
	padding: 0;
}

fieldset.tx-powermail-pi1_fieldset legend {
	/* legend of Fieldset */
	display: none;
	font-weight: bold;
	color: black;
}

fieldset.tx-powermail-pi1_fieldset label {
	/* label */
	display: block;
	width: 150px;
	float: left;
	clear: both;
	color: #000000;
	font-weight: bold;
}

div.tx_powermail_pi1_fieldwrap_html_label {
	color: #000000;
	margin: 0 0 10px 0;
}

div.powermail_check_inner label {
	/* Label einer Checkbox */
	color: #000000;
	font-weight: normal;
	float: right;
}

div.tx_powermail_pi1_fieldwrap_html_textarea label {
	/* label */
	display: block;
	width: 100%;
	float: left;
	clear: both;
	color: #000000;
	font-weight: bold;
	margin: 5px 0 0 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;
	color: #000000;
	font-weight: bold;
}

fieldset.tx-powermail-pi1_fieldset input.powermail_text,
fieldset.tx-powermail-pi1_fieldset select.powermail_select {
	/* Input and textarea */
	width: 250px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	margin: 0 0 10px 0;
}

fieldset.tx-powermail-pi1_fieldset textarea.powermail_textarea {
	/* Input and textarea */
	width: 300px;
	height: 100px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	margin: 3px 0 10px 150px;
}

div.tx_powermail_pi1_fieldwrap_html_date input {
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	margin: 0 0 10px 0;
}

/* Für die Checkboxen */
#powermaildiv_uid9 { clear:both; display:block; }
#powermaildiv_uid9 input { width:15px; border:0; margin-left: 150px;clear:both;float:left;vertical-align:middle; }
#powermaildiv_uid9 label { margin: 0; width:200px; float:none; display:inline; vertical-align:middle;}

div.powermail_check_inner { clear:both; display:block; }
div.powermail_check_inner input { width:15px; border:0; clear:both; vertical-align:middle; }
div.powermail_check_inner label { margin: 0 0 0 150px; float:none; display:inline; vertical-align:middle; width: 250px;}

/* PLZ Feld */
#powermaildiv_uid4 input { width: 50px; }
#powermaildiv_uid20 input { width: 50px; }


div.tx-powermail-pi1_confirmation input.tx-powermail-pi1_confirmation_back {
	float: left;
	margin: 0 10px 0 0;
}

div.tx-powermail-pi1_confirmation input.tx-powermail-pi1_confirmation_submit {
	float: left;	
}

fieldset.tx-powermail-pi1_fieldset input.powermail_submit {
	/* submit button */
	margin: 0 0 10px 150px;
}

/* Captcha - auf Breite achten */
.powermail_captcha_captcha{
  margin: 0 0 0 150px;
  padding: 0 0 0 0px;
}

div.tx_powermail_pi1_fieldwrap_html_captcha { width: 400px; }
div.tx_powermail_pi1_fieldwrap_html_captcha img { padding: 10px 0 5px 0; }

div.tx_powermail_pi1_fieldwrap_html_captcha_description{
	margin: 0 0 10px 150px;
	font-size: 10px;
}

fieldset.tx-powermail-pi1_fieldset input.powermail_captcha {
	border: 1px solid #CCCCCC;
}

