/* Powermail */
	/* Form */
span.powermail_mandatory {
	/* Color of mandatory error message */
	color: #db182b;
}
input.validation-failed,
textarea.validation-failed {
	/* Background color if validation failed */
	background-color: #db182b;
	color:#FFFFFF;
}


.tx-powermail-pi1_formwrap
{
	padding-left:5px;

}


.required
{
background-color: #FFFFFF;
	
}

div.powermail_mandatory_js {
	/* DIV container of errormessage */
	color: red;
	margin: 3px 0 10px 0px;
}
fieldset.tx-powermail-pi1_fieldset {
	/* Fieldset */
	border: 1px solid #FFFFFF;
	background-color: #FFFFFF;
	padding: 3px;
	padding-bottom:10px;
}
fieldset.tx-powermail-pi1_fieldset legend {
	/* legend of Fieldset */
	font-weight: bold;
	color: black;
	padding-top:3px;
	padding:0px;
	margin:0px;
}
fieldset.tx-powermail-pi1_fieldset label {
	/* label */
	display: none;
	width: 250px;
	float: left;
	clear: both;
	/**/
	font-weight: normal;
	visibility:hidden;

}
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;
	border:1px solid #666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
div.tx_powermail_pi1_fieldwrap_html {
	/* DIV container arround every field */
	margin: 4px 0;
}
fieldset.tx-powermail-pi1_fieldset input.powermail_submit {
	/* submit button */
	margin: 20px 0 10px 0px;
	font-weight: bold;
	background-color:#666666;
	color:#FFFFFF;
	border:1px solid #333333;
	width:70px;
}
p.tx_powermail_pi1_fieldwrap_html_checkbox_title,
p.tx_powermail_pi1_fieldwrap_html_radio_title {
	margin: 0;
	padding: 0;
	font-weight: bold;
}
div.countryzone {
	margin: 10px 0 0 150px;
}


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

.tx_powermail_pi1_fieldwrap_html_content
{

}

.powermail_textarea
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;

}