body, html {
	padding: 0;
	margin: 0;
        background-color: #B9B9B9;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}

legend {
	font-weight: bold;
	color: #ff6600;

}

select {
width: 144px;
}

label {
display: block;
float: left;
width: 200px;
}


.tx-powermail-pi1_fieldset {
	border: 1px solid #000;
	margin-bottom: 10px;
	width: 350px;
}


.tx_powermail_pi1_fieldwrap_html {
	margin-bottom: 3px;
}

input, select {
	border: 1px solid #000;
}

input.validation-failed {
	border: 1px solid #c00;
}

.powermail_mandatory {
	color: #ff6600;
}

.powermail_mandatory_js {
	color: #c00;
}

