/* Powermail */
	/* Form */
LEGEND {
	diplay:none;
	}
.tx_powermail_pi1_fieldwrap_html label {
	display:block;
	}
span.powermail_mandatory {
	/* Color of mandatory error message */
	color: #dd0202;
	font-family:Tahoma !important;
	font-weight:normal !important;
}
input.validation-failed,
textarea.validation-failed {
	/* Background color if validation failed */
	background-color:#f4f6f7;
}
div.powermail_mandatory_js {
	/* DIV container of errormessage */
	color: #d30202;
	margin: 3px 0 15px 2px;
}
fieldset.tx-powermail-pi1_fieldset {
	/* Fieldset */
	border: 0px;
	padding: 10px;
	font-size:11px;
	color:#303538;
}
fieldset.tx-powermail-pi1_fieldset legend {
	/* legend of Fieldset */
	font-weight: bold;
	color: black;
}
fieldset.tx-powermail-pi1_fieldset label {
	/* label */
	display: block;
	width: 150px;
	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: 260px;
	font-size:11px;
	font-family:Verdana, Tahoma;
	color:#e15107;
	border:1px solid #c9ced2;
	background-color:#f4f6f7;
	padding:4px;
}
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 0px;
	font-weight: bold;
	font-size:11px;
	font-family:Tahoma, Arial;
	border:1px solid #cacdce;
	padding:5px;
	background-color:#f1f4f6;
	color:#ea5a04;
	text-transform:uppercase;
}
p.tx_powermail_pi1_fieldwrap_html_checkbox_title,
p.tx_powermail_pi1_fieldwrap_html_radio_title {
	margin: 0;
	padding: 0;
	font-weight: bold;
}


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

.tx-srfreecap-pi2-image {
	margin:10px 0 2px 2px;
	display:block;

}

.powermail_captcha {
	font-size:11px;
	font-family:Verdana, Tahoma;
	color:#e15107;
	border:1px solid #c9ced2;
	background-color:#f4f6f7;
	padding:4px;
	width:107px;
}

.tx-srfreecap-pi2-image {	
border:1px solid #e3e6e7; 
padding:1px; 
background-color:#fff;
}
