/* Powermail */
	/* Form */
span.powermail_mandatory {
	/* Color of mandatory identifier / message (normally a *) */
	/* 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;
}
/* error message when a field is "required" but empty when submitted, or when moving out of it (javascript validation) */
div.validation-advice, .powermail_mandatory_listitem {
    color: red;
    clear: both; /* each message on a new line below the input field and label */
}
/* html <li> error message after submit, on separate error page (for if javascript fails) */
.powermail_mandatory_listitem {
    color: red;
}


/* common for all fieldsets */
fieldset.tx-powermail-pi1_fieldset {
	border: none;
	padding: 0px;
	margin: 0px;
}
fieldset.tx-powermail-pi1_fieldset legend {
	font-weight: bold;
	color: black;
}
fieldset.tx-powermail-pi1_fieldset label {
	display: block;
	width: 100px;
	float: left;
	clear: both;
}


/* 2-column layout for fieldsets, set this class in the fieldset definition of the powermail content element */
fieldset.tx-powermail-pi1_fieldset_left {
	width: 50%;
	float: left;
}
fieldset.tx-powermail-pi1_fieldset_right {
	width: 49%;
}
/* an invisible hoizontal divider, used to start a new pair of left / right fieldsets at the same vertical position */
/* for this, create a new empty fieldset in the powermail content element, and add the class "tx-powermail-pi1_fieldset_horizontal_divider" to it */
fieldset.tx-powermail-pi1_fieldset_horizontal_divider {
    clear: both;
    height: 15px;
}
fieldset.tx-powermail-pi1_fieldset_horizontal_divider legend {
	display: none;
}


/* one-line formatting for checkboxes, one option each line */
/* label on the left side, box right aligned with text input fields */
div.tx_powermail_pi1_fieldwrap_html_check p { /* hide the checkbox group title, only display the individual labels */
    display:none;
}
div.tx_powermail_pi1_fieldwrap_html_check div {
    width:380px;
}
div.tx_powermail_pi1_fieldwrap_html_check div input {
    float:right;
}
div.tx_powermail_pi1_fieldwrap_html_check div label {
    width:340px; float:left; padding-top:2px;
}


/* one-line formatting for radiobuttons, one option each line */
/* label on the left side, button right aligned with text input fields */
div.tx_powermail_pi1_fieldwrap_html_radio p { /* hide the radio group title, only display the individual labels */
    display:none;
}
div.tx_powermail_pi1_fieldwrap_html_radio div {
    width:380px;
}
div.tx_powermail_pi1_fieldwrap_html_radio div input {
    float:right;
}
div.tx_powermail_pi1_fieldwrap_html_radio div label {
    width:340px; float:left; padding-top:2px;
}


/* formatting the captcha */
div.tx_powermail_pi1_fieldwrap_html_captcha {
    clear: both;
    width: 380px;
    padding-top: 20px;
}
div.tx_powermail_pi1_fieldwrap_html_captcha label {
    width: 380px;
}
div.tx_powermail_pi1_fieldwrap_html_captcha input {
    clear: both;
    float: left;
    width: 184px;
    margin: 0px;
}
div.tx_powermail_pi1_fieldwrap_html_captcha img {
    clear: both;
    float: left;
    padding-top: 3px;
}
div.tx_powermail_pi1_fieldwrap_html_captcha_description {
    clear: both;
    display: none;
}


/* formatting for the jscalendar date input box */
.jscalendar_cb {
    display: none;
}
.jscalendar {
    width: 80px;
}
div.tx_powermail_pi1_fieldwrap_html_date label {
    width: 260px;
}


div.tx_powermail_pi1_fieldwrap_html_submit {
    width:380px;
    float:left;
    padding-top:20px;
}
div.tx_powermail_pi1_fieldwrap_html_submit input {
    float:right;
}

div.tx_powermail_pi1_fieldwrap_html {
	/* DIV container around every field */
	margin: 4px 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 {
	/* Input and textarea */
	width: 260px;
}
/*
fieldset.tx-powermail-pi1_fieldset div.tx_powermail_pi1_fieldwrap_html_radio input.powermail_radio {
	margin: 5px 0;
}
*/
/*
fieldset.tx-powermail-pi1_fieldset input.powermail_submit {
	margin: 20px 0 10px 200px;
	font-weight: bold;
}
*/
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,
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;
}
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;
}
