/* Powermail */
	/* Form */
span.powermail_mandatory {
	/* Color of mandatory error message */
	color: red;
}
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 */
	padding:10px;
	margin:0;
	font-family:verdana;
	border: solid #ead8a5 0px;
}
fieldset.tx-powermail-pi1_fieldset legend {
	/* legend of Fieldset */
	color: black;
}
fieldset.tx-powermail-pi1_fieldset label {
	/* label */
	display: block;
	width: 150px;
	float: left;
	clear: both;
}
fieldset.tx-powermail-pi1_fieldset input.powermail_text,
fieldset.tx-powermail-pi1_fieldset textarea.powermail_textarea {
	/* Input and select */
	width: 200px;
	background-color:#e9e0ce;
	border:solid #ead8a5 1px;
	margin-left: 0px;
	padding-left: 10px;
	color: #666;
	letter-spacing: 1px;
	font-family: verdana;
	font-size:11px;
}

fieldset.tx-powermail-pi1_fieldset select.powermail_select {
	/* textarea */
	width: 212px;
	background-color:#e9e0ce;
	border:solid #ead8a5 1px;
	margin-left: 0px;
	padding-left: 10px;
	color: #666;
	letter-spacing: 1px;
	font-family: verdana;
	font-size:11px;
}
fieldset.tx-powermail-pi1_fieldset input.powermail_submit, 
fieldset.tx-powermail-pi1_fieldset input.powermail_reset {
	/* submit button */
	width: 120px;
	background-color:#e9e0ce;
	border:solid #ead8a5 1px;
	margin-left: 0px;
	padding-left: 10px;
	color: #666;
	letter-spacing: 1px;
	font-family: verdana;
	font-size:11px;
}
div.img.icon_info {
	/* Description icon */
	padding: 2px 2px 0 2px;
}
fieldset.tx-powermail-pi1_fieldset div.even {
/*	background-color: #eee;*/
}
	/* Increase margin between every field */
div.tx_powermail_pi1_fieldwrap_html {
	margin: 10px 0 0 10px;
}
	/* Confirmation */
td.powermail_all_td {
	padding:10px;
}
	/* THX */
td.powermail_all {
	padding:10px;
}