span.powermail_mandatory {
	font-size: 120%;
}
input.validation-failed,
textarea.validation-failed {
	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: red;
	margin: 3px 0 15px 200px;
}
fieldset.tx-powermail-pi1_fieldset {

}
fieldset.tx-powermail-pi1_fieldset legend {
}
fieldset.tx-powermail-pi1_fieldset label {
	width: 120px;
	float: left;
	clear: both;
}

fieldset.tx-powermail-pi1_fieldset .powermail_check_inner label {
	clear: none;
	margin-top: 2px;
}

fieldset.tx-powermail-pi1_fieldset input.powermail_text,
fieldset.tx-powermail-pi1_fieldset textarea.powermail_textarea,
fieldset.tx-powermail-pi1_fieldset select.powermail_select {
    width: 220px;
	border: 2px solid #CDD6E1;
	color: #5E6C6F;
	padding: 1px 3px 1px 3px;
}
div.tx_powermail_pi1_fieldwrap_html {
	margin: 10px 0;
}
fieldset.tx-powermail-pi1_fieldset input.powermail_submit {
	background-image: url(../images/arrow_right_red.gif);
	background-repeat: no-repeat;
	background-position: center right;
	background-color: #CED6E2;
	font-weight: bold;
	text-align: right;
	color: #9E1D22;
	width: 230px;
	height: 21px;
	margin: 15px 0 0 120px;
	padding: 0 16px 0 8px;
	border: none;
}

* html fieldset.tx-powermail-pi1_fieldset input.powermail_submit {
	width: 233px;
}

p.tx_powermail_pi1_fieldwrap_html_checkbox_title,
p.tx_powermail_pi1_fieldwrap_html_radio_title {
	margin: 0;
	padding: 0;
}

fieldset.tx-powermail-pi1_fieldset div.tx_powermail_pi1_fieldwrap_html_radio input.powermail_radio {
	margin: 2px 0;
}

fieldset.tx-powermail-pi1_fieldset div.tx_powermail_pi1_fieldwrap_html_check input.powermail_check {
	float: left;
}

.powermail_radio_inner,
.powermail_check_inner {
	margin-bottom: 3px;
	overflow: auto;
}

* html .powermail_check_inner{
	clear: both;
}

* html .powermail_check_inner label{
	height: 1px;
}

.tx_powermail_pi1_fieldwrap_html_radio_title,
.tx_powermail_pi1_fieldwrap_html_checkbox_title {
	float: left;
	width: 120px;
}

.tx_powermail_pi1_fieldwrap_html_radio .radioWrap,
.tx_powermail_pi1_fieldwrap_html_check .checkWrap {
	width: 470px;
	float: left;
	margin-bottom: 5px;
}

.powermail_radio_inner label,
.powermail_check_inner label {
	width: 400px !important;
	margin-left: 10px;
	/* margin-right: -255px; */
}


div.countryzone {
	margin: 10px 0 0 200px;
}
div.tx_powermail_pi1_fieldwrap_html label a,
div.tx_powermail_pi1_fieldwrap_html p a {
	/* Description */
	cursor: help;
	text-decoration: none;
}
div.tx_powermail_pi1_fieldwrap_html label a dfn,
div.tx_powermail_pi1_fieldwrap_html p a dfn {
	/* Description */
	display: none;
	text-decoration: none;
}
div.tx_powermail_pi1_fieldwrap_html label a:hover dfn,
div.tx_powermail_pi1_fieldwrap_html p a:hover dfn {
	/* Description on mouseover */
	display: block;
	position: absolute;
	width: 250px;
	padding: 5px;
	background-color: #ddd;
	border: 1px solid red;
	color: black;
	text-decoration: none;
	font-size: 0.8em;
	text-decoration: none;
}


