.tx-powermail-pi1_formwrap {
  border: 0px solid #E5E5E5;
  background-color: #FFFFFF;
  line-height: 1.2em;
  width: 505px;
}

.tx-powermail-pi1_formwrap form {
  margin:0;
  padding:0;
  border: 0 none;

font-size: 1em;
}
/*
.tx-powermail-pi1_formwrap form label {
  width: 123px;
  display: inline-block;
  text-align: right;
  margin-right: 5px;
  vertical-align: top;
}
*/

/* Powermail */
	/* Form */
span.powermail_mandatory {
	/* Color of mandatory error message */
	color: #E52525;
}
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; */
	background-color: #FFFFD4;
	color: #111111;
}
div.powermail_mandatory_js {
	/* DIV container of errormessage */
	color: #E52525;
	margin: 3px 0 6px 90px;
}

fieldset.tx-powermail-pi1_fieldset {
	/* Fieldset */
	border: 0px solid #E5E5E5;
/* background-color: #ccc; */
	padding: 10px 10px 0px 10px;
}
fieldset.tx-powermail-pi1_fieldset legend {
	/* legend of Fieldset */
	font-weight: bold;
	color: #000;
 	display:none;
}
fieldset.tx-powermail-pi1_fieldset label {
	/* label */
	display: block;
	width: 85px;
	float: left;
	font-weight: bold;
}
fieldset.tx-powermail-pi1_fieldset input.powermail_text,
fieldset.tx-powermail-pi1_fieldset textarea.powermail_textarea,
fieldset.tx-powermail-pi1_fieldset select.powermail_select {
	/* Input and textarea */
	width: 321px;
  font-size: 13px;
  font-family: helvetica, arial, sans-serif;
}
fieldset.tx-powermail-pi1_fieldset div.tx_powermail_pi1_fieldwrap_html_radio input.powermail_radio {
	/* Radiobuttons */
	margin: 0px 15px 1px 5px;
}

div.tx_powermail_pi1_fieldwrap_html_radio {
  overflow: hidden;
}
p.tx_powermail_pi1_fieldwrap_html_radio_title {
  float:left;
width: 160px;
}
div.powermail_radio_inner {
  float:left;
}
div.powermail_radio_inner label {
  width:auto;
}


div.tx_powermail_pi1_fieldwrap_html {
	/* DIV container arround every field */
	margin: 0 0 .3em 0;
	clear: both;
}
div.tx_powermail_pi1_fieldwrap_html_label {
	/* DIV container arround texsts */
	margin: 0 0 1.2em 0;
}



fieldset.tx-powermail-pi1_fieldset input.powermail_submit {
	/* submit button */
	margin: 5px 0 5px 85px;
	font-weight: normal;
  font-size: 13px;
  cursor: pointer;
}
p.tx_powermail_pi1_fieldwrap_html_checkbox_title,
p.tx_powermail_pi1_fieldwrap_html_radio_title {
	margin: 0;
	padding: 0;
	font-weight: bold;
}
div.countryzone {
	margin: 10px 0 0 200px;
}
div.tx_powermail_pi1_fieldwrap_html label a {
	/* Description */
	cursor: help;
}
div.tx_powermail_pi1_fieldwrap_html label a dfn {
	/* Description */
	display: none;
}
div.tx_powermail_pi1_fieldwrap_html label a:hover dfn {
	/* Description on mouseover */
	display: block;
	position: absolute;
	width: 250px;
	padding: 10px;
	margin-top:10px;
	background-color: #efefef;
	border: 1px dashed #006699;
	color: #777777;
	text-decoration: none;
	font-size: 0.9em;
	font-style: normal;
}
div.tx_powermail_pi1_fieldwrap_html img.icon_info {
	/* Description icon */
	padding: 2px 2px 0 2px;
}
fieldset.tx-powermail-pi1_fieldset div.even {
/* background-color: #eee; */
}


fieldset.tx-powermail-pi1_fieldset .powermail_check_inner {
  height: 1.4em;
  margin-bottom:1px;
}
fieldset.tx-powermail-pi1_fieldset .powermail_check_inner label {
  font-weight: normal;
}
fieldset.tx-powermail-pi1_fieldset .powermail_check_inner input.powermail_check {
  float: left;
  margin-left: 160px;
  margin-right: 10px;
}





	/* Confirmation */
td.powermail_all_td {
	padding: 3px 10px 3px 0;
}

	/* THX */
td.powermail_all p.bodytext {
	margin: 0;
}