/* Powermail */
	/* Form */
span.powermail_mandatory {
	/* Color of mandatory error message */
	color: red;
}
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;
}
div.powermail_mandatory_js {
	/* DIV container of errormessage */
	color: red;
	margin: 3px 0 15px 200px;
	display/*\**/:inline-block\9 
}
fieldset.tx-powermail-pi1_fieldset {
	/* Fieldset */
	/* border: 1px dotted #aaa; */
	border:none;
	background-color: #fff;
	padding: 10px;
	margin-bottom: 10px;
	margin-top: 5px;
}
fieldset.tx-powermail-pi1_fieldset legend {
	/* legend of Fieldset */
	font-weight: bold;
	color: #640000;
	height:30px;
	font-size:1em;
	background-color:#FFF;
	padding: 2px;
}
fieldset.tx-powermail-pi1_fieldset label {
	/* label */
	display:block;
	width: 145px;
	float: left;
	font-weight: normal;
	margin-bottom:10px;
}
fieldset.tx-powermail-pi1_fieldset input.powermail_text,
fieldset.tx-powermail-pi1_fieldset textarea.powermail_textarea {
	/* Input and textarea */
	width: 300px;
	float:right;
	border: 1px solid #999999;
}
fieldset.tx-powermail-pi1_fieldset textarea.powermail_textarea {
	margin-bottom:10px;
}
fieldset.tx-powermail-pi1_fieldset select.powermail_select {
	width:302px;
	width:304px\9;
	_width:300px;
	float:right;
	border: 1px solid #999999;
}
fieldset.tx-powermail-pi1_fieldset div.tx_powermail_pi1_fieldwrap_html_radio input.powermail_radio {
	/* Radiobuttons */
	margin:0;
	width:10px;
	display:inline;
}
.tx_powermail_pi1_fieldwrap_html_radio label{
	width:auto !important;
	display:inline !important;
	float: none !important;
}
.powermail_radio_inner {
	display:inline;
	padding-right: 20px;
}
div.tx_powermail_pi1_fieldwrap_html {
	clear: both;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}
fieldset.tx-powermail-pi1_fieldset input.powermail_submit {
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 10px;
	float:right;
	height:30px;
	width:100px;
	font-size:1em;
}
.tx-powermail-pi1_mandatory_submit {
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 10px;
	height:30px;
	width:140px;
	font-size:1em;	
}
p.tx_powermail_pi1_fieldwrap_html_checkbox_title,
p.tx_powermail_pi1_fieldwrap_html_radio_title {
	display:block;
	font-weight: normal;
	margin-bottom:0px !important;
	clear:both;
	line-height:30px;
}
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: #fff;
	border: 1px solid red;
	color: black;
	text-decoration: none;
	font-size: 0.8em;
	text-decoration: none;
}
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: #fff;
}


	/* Confirmation */
td.powermail_all_td {
	padding: 3px 10px 3px 0;
}

	/* THX */
td.powermail_all p.bodytext {
	margin: 0;
}
