content form table tr td {
	padding:0px;
}

content form {
	padding: 10px;
}

fieldset {
	background-color: #FFFFFF;
	border: none;
}

fieldset.tx-powermail-pi1_fieldset label {
	/* label */
	font-weight: normal;
}

span.powermail_mandatory {
	/* Color of mandatory error message */
	color: #F15931;
}

input.validation-failed,
textarea.validation-failed {
	/* Background color if validation failed */
	background-color: #F15931;
	/* 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: #F15931;
	margin: 3px 0 15px 0px;
}

div.tx_powermail_pi1_fieldwrap_html table {
	width:400px !important;
}

mailform textarea, form textarea {
width:395px;
}
