/* Powermail */
	/* Form */
span.powermail_mandatory {
	/* Color of mandatory error message */
	color: #000000;
}
input.validation-failed,
textarea.validation-failed {
	/* Background color if validation failed 
	background-color: red;*/
	background-image: url(/typo3conf/ext/powermail/img/icon_exclamation.gif);
	background-repeat: no-repeat;
	background-position: 98% 1px;
}
div.powermail_mandatory_js {
	/* DIV container of errormessage */
	color: red;
	/*margin: 3px 0 15px 200px;*/
}
fieldset.tx-powermail-pi1_fieldset {
	/* Fieldset */
	border: none;
	margin: 0;
	padding: 0;
}
fieldset.tx-powermail-pi1_fieldset legend {
	/* legend of Fieldset */
	display: none;		
}


fieldset.tx-powermail-pi1_fieldset img{
	/*float: left;
	margin: 0;
	padding:0;*/
}

fieldset.tx-powermail-pi1_fieldset tr.verde{
	background-color: #E6F6D1;
}

fieldset.tx-powermail-pi1_fieldset input{
  /*float: left;*/
}

fieldset.tx-powermail-pi1_fieldset input.powermail_submit{
  /*float: none;*/
}

.tx-powermail-pi1_confirmation .question{
	color:#006633;
	font-weight: bold;
}
.tx-powermail-pi1_mandatory{
	background-color:#FCF2C8;
	border:1px solid #DBA83B;
	padding:1em;
}

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

	/* THX */
td.powermail_all p.bodytext {
	margin: 0;
}