/* Powermail */
span.powermail_mandatory {
	color: #00305E;
}
input.validation-failed,
textarea.validation-failed {
	background-color: #cdd9ef;
}
div.powermail_mandatory_js {
	color: #00305E;
	margin: 3px 0 15px 120px;
}
fieldset.tx-powermail-pi1_fieldset {
	border: 0px solid #A5ACB2;
	background-image: url(../img/handy.jpg);
	background-repeat: no-repeat;
	background-position: 100% 60%;
	padding: 10px;
}
fieldset.tx-powermail-pi1_fieldset label {
	width: 180px;
	display: block;
	float: left;
	clear: both;
	font-weight: bold;
}
fieldset.tx-powermail-pi1_fieldset input {
	
}
fieldset.tx-powermail-pi1_fieldset textarea {
	width: 220px;
	height: 120px;
	font-family: Arial, Verdana, Sans-Serif;
}
div.tx_powermail_pi1_fieldwrap_html {
	margin: 3px 0;
}

fieldset.tx-powermail-pi1_fieldset input[type=text]:focus, textarea:focus {
	background: #CDD9EF;	
	color: #000;	
	border-color: #003399;

}
fieldset.tx-powermail-pi1_fieldset input.senden {   
	width: auto;
	border: 1px #003399 solid;    
	background: #CDD9EF;	
	color: #003399; 
	margin: 0 0 0 8px;
	height: 25px;
}

input.powermail_submit, input.powermail_reset  {
	margin: 20px 10px 0 0;
	float: left;
	display: inline;
	width: 100px;
}
td.powermail_all_td {
	padding: 3px 10px 3px 0;
}

.wtcalculatingcaptcha {
	margin: 10px 0 0 120px;
}