/* Powermail */
/* Form */

* {
	margin: 0;
	padding: 0;
}

* html { 
	height : 1%;
}

span.powermail_mandatory {
	/* Color of mandatory error message */
	color: red;
}

input.validation-failed,
textarea.validation-failed {
	/* Background color if validation failed */
	background-color: red;
}

div.powermail_mandatory_js {
	/* DIV container of errormessage */
	color: red;
	margin: 3px 0 15px 150px;
}

fieldset.tx-powermail-pi1_fieldset {
	/* Fieldset */
	border: 1px solid #AAA;
	background-color: #5AB4FF;
	padding: 10px;
}
fieldset.tx-powermail-pi1_fieldset legend {
	/* legend of Fieldset */
	font-weight: bold;
	font-style: italic;
	display: none;
	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;
}
fieldset.tx-powermail-pi1_fieldset div.tx_powermail_pi1_fieldwrap_html_radio input.powermail_radio {
	/* Radiobuttons */
	margin: 5px 0;
}
div.tx_powermail_pi1_fieldwrap_html {
	/* DIV container arround every field */
	margin: 10px 0;
}
fieldset.tx-powermail-pi1_fieldset input.powermail_submit {
	/* submit button */
	width: 150px;
	/*margin: 0px 0 10px 100px;*/
	margin: 0px 0px 10px 0px
	float: left;
	padding: 0 5px;
	font-weight: bold;
	background-color: gray;
	border: 1px solid black;
	display: inline;
}

fieldset.tx-powermail-pi1_fieldset input.powermail_reset {
	width: 150px;
	/*margin: 0px 150px 10px 0px;*/
	margin: -30px 0 0 100px;
	padding: 0 5px;
	float: right;
	font-weight: bold;
	border: 1px solid black;
	display: inline;
	background-color: gray;
}

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_confirmation p {
	font-size: 18px;
	font-weight: bold;
	text-decoration: underline;
}

.tx-powermail-pi1_confirmation_back {
	/* width: 90px; */
	width: 150px;
	padding: 0 10px;
	/*background-color: #ff6666;*/
	background-color: gray;
	font-weight: bold;
	border: 1px solid black;
}

.tx-powermail-pi1_confirmation_submit {
	width: 150px;
	margin: -20px 0 0 100px;
	padding: 0px 10px;
	float: right;
	/*background-color: #66ff99;*/
	background-color: gray;
	font-weight: bold;
	border: 1px solid black;
	}
	
.tx-powermail-pi1_fieldset tx-powermail-pi1_fieldset_contactformulierfirinco tx-powermail-pi1_fieldset_7 {
}
	
	