

.tx-powermail-pi1_fieldset .tx_powermail_pi1_fieldwrap_html_checkbox_title {
    /* display: none; */
    font-weight: bold;
}

.tx-powermail-pi1_fieldset legend {
	display: none; 
	
}

.tx-powermail-pi1_fieldset .tx_powermail_pi1_fieldwrap_html_radio_title {
	/* display: none; */
	font-weight: bold;
}

.tx-powermail-pi1_fieldset .powermail_radio_inner {
	float: left;
	margin-right: 3em;
	
}
.tx-powermail-pi1_fieldset .tx_powermail_pi1_fieldwrap_html {
	float: left;
	width: 33.3333em;
	margin-bottom: 0.8em;
	margin-left: 0.5em;
}

.tx-powermail-pi1_fieldset .tx_powermail_pi1_fieldwrap_html_text label, 
.tx-powermail-pi1_fieldset .tx_powermail_pi1_fieldwrap_html_select label,
.tx-powermail-pi1_fieldset .tx_powermail_pi1_fieldwrap_html_textarea label {
	float: left;
	width: 11em;
	margin-right: 0.5em;
}
.tx-powermail-pi1_fieldset .tx_powermail_pi1_fieldwrap_html_text input,
.tx-powermail-pi1_fieldset .tx_powermail_pi1_fieldwrap_html_select select,
.tx-powermail-pi1_fieldset .tx_powermail_pi1_fieldwrap_html_textarea textarea {
	width: 25em;
}
.tx-powermail-pi1_fieldset .tx_powermail_pi1_fieldwrap_html_text input:active,
.tx-powermail-pi1_fieldset .tx_powermail_pi1_fieldwrap_html_select select:active,
.tx-powermail-pi1_fieldset .tx_powermail_pi1_fieldwrap_html_textarea textarea:active,
.tx-powermail-pi1_fieldset .tx_powermail_pi1_fieldwrap_html_text input:focus,
.tx-powermail-pi1_fieldset .tx_powermail_pi1_fieldwrap_html_select select:focus,
.tx-powermail-pi1_fieldset .tx_powermail_pi1_fieldwrap_html_textarea textarea:focus {
	background-color: #d1d3d4;
	width: 262px;
}

.tx-powermail-pi1_fieldset .tx_powermail_pi1_fieldwrap_html_textarea textarea {
	width: 20.5em;
}

.tx-powermail-pi1_fieldset .tx_powermail_pi1_fieldwrap_html_select select {
	width: 20.5em;
}
.powermail_select option:hover,
.powermail_select option:focus,
.powermail_select option:active
{

}

.tx-powermail-pi1_fieldset .powermail_text {
	height: 1.4em;
}

.tx-powermail-pi1_fieldset .powermail_check_inner {
	line-height: 1.5em;
	clear: left;
}

.tx-powermail-pi1_fieldset .powermail_check_inner label {
	float:right;
	width: 70%;
}
.tx-powermail-pi1_fieldset .powermail_check_inner input {
	margin-top: 0;
	float:left;	
}
.tx-powermail-pi1_fieldset .tx_powermail_pi1_fieldwrap_html_submit {
	clear: both;
}
.tx-powermail-pi1_fieldset .powermail_mandatory_js {
	color: #FF0000;
	margin-left: 10.5em;
	
}
.tx-powermail-pi1_thx {
	border: solid 0.0866em;
	width: auto;
}
.tx-powermail-pi1_thx .powermail_all_td {
	margin-right: 2em;
	padding: 0.5em 1em;
}
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: right top;
}

.tx-powermail-pi1_fieldset .tx_powermail_pi1_fieldwrap_html_text input, .tx-powermail-pi1_fieldset .tx_powermail_pi1_fieldwrap_html_select select, .tx-powermail-pi1_fieldset .tx_powermail_pi1_fieldwrap_html_textarea textarea {
	float: left;
	width: 262px;
}