fieldset.tx-powermail-pi1_fieldset {
	width: 100%;
}
fieldset.tx-powermail-pi1_fieldset label {
	display: block;
	width: 40%;
	float: left;
	text-align: right;
	clear: both;
	color: #033b4c;
	cursor: pointer;
	margin: 0;
	padding: 0;
}
fieldset.tx-powermail-pi1_fieldset input.powermail_text,
fieldset.tx-powermail-pi1_fieldset textarea.powermail_textarea,
fieldset.tx-powermail-pi1_fieldset select.powermail_select,
fieldset.tx-powermail-pi1_fieldset input.powermail_check,
fieldset.tx-powermail-pi1_fieldset input.powermail_radio,
fieldset.tx-powermail-pi1_fieldset input.powermail_file,
.tx-pbsurvey-pi1 fieldset.survey_item input {
	float: left;
	color: #033b4c;
	margin: 0 0 4px 4%;
}
.tx-pbsurvey-pi1 fieldset.survey_item input {
	float: none;
	margin: 0.5em 0 0 0;
}
fieldset.tx-powermail-pi1_fieldset input.powermail_text,
fieldset.tx-powermail-pi1_fieldset textarea.powermail_textarea,
fieldset.tx-powermail-pi1_fieldset select.powermail_select,
fieldset.tx-powermail-pi1_fieldset input.powermail_file,
.tx-pbsurvey-pi1 fieldset.survey_item input {
	width: 45%;
	border: 1px solid #b8c7cc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.tx-pbsurvey-pi1 fieldset.survey_item input {
	width: 300px;
}
.tx-pbsurvey-pi1 fieldset.survey_item input.radio,
.tx-pbsurvey-pi1 fieldset.survey_item input.checkbox {
	width: auto;
	margin-right: 1em;
	border: 0px !important;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
}
.tx-pbsurvey-pi1 .formbuttons input {
	margin: 1em 0 0 0;
}
fieldset.tx-powermail-pi1_fieldset input.powermail_text:focus,
fieldset.tx-powermail-pi1_fieldset textarea.powermail_textarea:focus,
fieldset.tx-powermail-pi1_fieldset select.powermail_select:focus,
fieldset.tx-powermail-pi1_fieldset input.powermail_file:focus {
	border-color: #033b4c;
	color: #000000;
}
fieldset.tx-powermail-pi1_fieldset textarea.powermail_textarea {
	height: 80px;
}
fieldset.tx-powermail-pi1_fieldset select.powermail_select {
	text-align: center;
}
/*
fieldset.tx-powermail-pi1_fieldset input.powermail_file {
	border: 1px solid #b8c7cc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	max-width: 50%;
}*/
fieldset.tx-powermail-pi1_fieldset input.powermail_submit {
	margin-left: 44%;
	cursor: pointer;
}

fieldset.tx-powermail-pi1_fieldset .validation-advice {
	clear: both;
	color: #7f0000;
	width: 45%;
	float: left;
	display: inline !important;
	margin: -5px 0px 0px 44%;
	/* text-align: center; */
}
fieldset.tx-powermail-pi1_fieldset div.powermail_check_inner {
	margin: 0;
	padding: 0;
	line-height: 1.1em;
	height: 2.6em;
}