/* -------------------------------------
	Plug-in Powermail :
	- Formulaire de contact
-------------------------------------- */

	/* 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: 20px 0 15px;
	padding:5px;
	border:1px solid red;
	text-align:center;
	font-size:1.2em;
}
fieldset.tx-powermail-pi1_fieldset {
	/* Fieldset */
	border:none;
	background-color: #fff;
	padding: 0;
}
fieldset.tx-powermail-pi1_fieldset legend {
	/* legend of Fieldset */
	font-weight: bold;
	color: black;
}
fieldset.tx-powermail-pi1_fieldset label {
	/* label */
	margin:0 0 6px 0;
	font-size:1.2em;
	font-weight: bold;
	display:block;
}
fieldset.tx-powermail-pi1_fieldset input.powermail_text,
fieldset.tx-powermail-pi1_fieldset textarea.powermail_textarea {
	border:1px solid #B1B2B4;
	padding:1px 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: 100%;
}
select.powermail_countryselect {
	width: 524px;
	background:#fff !important;
}
select.powermail_countryselect option {
	padding:2px;
}
fieldset.tx-powermail-pi1_fieldset div.tx_powermail_pi1_fieldwrap_html_radio input.powermail_radio {
	/* Radiobuttons */
	margin: 0;
}
input.powermail_captcha,
img.tx-srfreecap-pi2-image {
	display:block;
	margin:0 0 13px 0;
}
input.powermail_captcha {
	width:100%;
	border:1px solid #B1B2B4;
}
.tx-srfreecap-pi2-cant-read {
	display:block;
	margin:0 0 15px 0;
}
div.tx_powermail_pi1_fieldwrap_html {
	/* DIV container arround every field */
	margin: 0 0 15px 0;
}
fieldset.tx-powermail-pi1_fieldset input.powermail_reset,
fieldset.tx-powermail-pi1_fieldset input.powermail_submit {
	/* submit button */
	margin:0;
	padding:.2em 4px;
	font-weight: bold;
	background:#b99e73;
	font-size:1.2em;
	color:#fff;
	border:none;
	cursor:pointer;
}
fieldset.tx-powermail-pi1_fieldset input.powermail_reset {
	background:#ccc;
}
p.tx_powermail_pi1_fieldwrap_html_checkbox_title,
p.tx_powermail_pi1_fieldwrap_html_radio_title {
	/*margin: 1px 20px 0 0;*/
	margin:1px 0 5px 0;
	padding: 0;
	font-weight: bold;
	/*float:left;*/
}
.ie6 p.tx_powermail_pi1_fieldwrap_html_checkbox_title,
.ie7 p.tx_powermail_pi1_fieldwrap_html_checkbox_title,
.ie6 p.tx_powermail_pi1_fieldwrap_html_radio_title,
.ie7 p.tx_powermail_pi1_fieldwrap_html_radio_title{
	margin-top:4px;
}
div.powermail_radio_inner {
	float:left;
	margin:0 20px 0 0;
}
div.powermail_radio_inner label {
	display:inline;
}
div.tx_powermail_pi1_fieldwrap_html_radio {
	overflow:hidden;
}
.ie6 div.tx_powermail_pi1_fieldwrap_html_radio {
	height:1%;
}
.ie7 div.tx_powermail_pi1_fieldwrap_html_radio {
	min-height:1%;
}
div.countryzone {
	margin: 0;
}
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;
}

/* Ajouts */
.tx_powermail_pi1_fieldwrap_html_submit {
	text-align:right;
}