/* 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;
}
fieldset.tx-powermail-pi1_fieldset {
	/* Fieldset */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    background-color:#f3f3f3;
	border:1px solid #dadada;
	padding:20px 0 10px 0;
}
fieldset.tx-powermail-pi1_fieldset legend {
	/* legend of Fieldset */
    color:#990000;
	float:left;
	font-size:1.7em;
	margin:0 0 20px 250px;
	width:520px;
	position:relative;
}

fieldset.tx-powermail-pi1_fieldset .tx_powermail_pi1_fieldwrap_html_label {
	/* champ texte */
	margin-left: 250px;
	width: 400px;
}

fieldset.tx-powermail-pi1_fieldset label,
fieldset.tx-powermail-pi1_fieldset .powermail_check_inner label.error {
	/* label */
	clear:both;
	display:block;
	float:left;
	text-align:right;
	font-weight:bold;
	margin:3px 15px 0;
	width:170px;
}

fieldset.tx-powermail-pi1_fieldset .powermail_check_inner label.error {
        text-align: left;
}
fieldset.tx-powermail-pi1_fieldset .powermail_check_inner label {
	/* label */
	font-weight:normal;
}

p.tx_powermail_pi1_fieldwrap_html_radio_title, p.tx_powermail_pi1_fieldwrap_html_checkbox_title {
	font-weight: bold;
	font-size:1.2em;
}

fieldset.tx-powermail-pi1_fieldset div.powermail_radio_inner{
	margin:0 0 5px;
	width:400px;
}

fieldset.tx-powermail-pi1_fieldset div.powermail_radio_inner label, fieldset.tx-powermail-pi1_fieldset div.powermail_check_inner label{
	clear:both;
	display:block;
	float:right;
	margin:0 0 0 10px;
	width:365px;
	text-align:left;
}
fieldset.tx-powermail-pi1_fieldset div.powermail_radio_inner label, fieldset.tx-powermail-pi1_fieldset div.powermail_check_inner label.right {
	float:left;
	margin:0;
	width:200px;
	clear:none;
}
fieldset.tx-powermail-pi1_fieldset input.powermail_text,
fieldset.tx-powermail-pi1_fieldset select.powermail_select{
	/* Input and textarea */
    float:left;
	height:14px;
	width:390px;
}

fieldset.tx-powermail-pi1_fieldset input[type="text"]  {
	margin:0;
	padding:5px;
}

fieldset.tx-powermail-pi1_fieldset textarea.powermail_textarea{
    width:316px;
}
fieldset.tx-powermail-pi1_fieldset input.jscalendar{
    height:24px;
    width:293px;
    border:1px solid #C3C3C3;
}
fieldset.tx-powermail-pi1_fieldset input.jscalendar_cb{
    display:none;
}

fieldset.tx-powermail-pi1_fieldset div.tx_powermail_pi1_fieldwrap_html_radio, fieldset.tx-powermail-pi1_fieldset div.tx_powermail_pi1_fieldwrap_html_check{
/*	margin-left: 250px*/
    width: 602px;
}

fieldset.tx-powermail-pi1_fieldset div.tx_powermail_pi1_fieldwrap_html_radio input.powermail_radio {
	/* Radiobuttons */
	float:left;
	width:20px;
	margin:3px 0 0;
}
.radio_group {
	width:400px;
	padding-top:5px;
	float:left;
}
fieldset.tx-powermail-pi1_fieldset div.powermail_check_inner{
	float: left;
        width: 400px;
}

fieldset.tx-powermail-pi1_fieldset div.powermail_check_inner input.powermail_check{
	/* CheckBoxes */
	float:left;
	margin:2px 0 0;
}

div.tx_powermail_pi1_fieldwrap_html {
	/* DIV container arround every field */
	float:left;
	margin:0 0 15px 50px;
}

fieldset.tx-powermail-pi1_fieldset .tx_powermail_pi1_fieldwrap_html_submit{
	border-top:1px solid #DADADA;
	margin:0;
	padding:25px 0 30px 170px;
	width:600px;
}
fieldset.tx-powermail-pi1_fieldset .tx_powermail_pi1_fieldwrap_html_submit span.button{
	margin-left: 80px;
}
fieldset.tx-powermail-pi1_fieldset input.powermail_submit {
	/* submit button */

}
p.tx_powermail_pi1_fieldwrap_html_checkbox_title,
p.tx_powermail_pi1_fieldwrap_html_radio_title {
	margin: 0;
	padding: 0;
	font-weight: bold;
}

div.tx_powermail_pi1_fieldwrap_html_navigation{
	/* bouton de navigation */
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-khtml-border-radius: 0 0 5px 5px;
    border-radius: 5px 5px 0 0;
	/*background-color:#EFEFEF;*/
	background-color:#F8F8F8;
	/*border-top:1px solid #DADADA;*/
	margin:0px;
	/*padding:20px 0 30px;*/
	padding:15px 0 15px;
	width:100%;
}

div.tx_powermail_pi1_fieldwrap_html_navigation span.button{
	margin-left: 250px;
}

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: 5px;
	background-color: #ddd;
	border: 1px solid red;
	color: black;
	text-decoration: none;
	font-size: 0.8em;
}
div.tx_powermail_pi1_fieldwrap_html img.icon_info {
	/* Description icon */
	padding: 2px 2px 0 2px;
}
fieldset.tx-powermail-pi1_fieldset div.even {
}


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

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


/* FORMULAIRES DE COMMANDE D'ACTES */

a.tx_powermail_pi1_submitmultiple_back  {
    padding:9px;
    position:absolute;
}

div.error_gen {
    -moz-border-radius:5px;
    background-color:#EFEFEF;
    border:2px solid #990000;
    clear:both;
    display:none;
    margin:10px;
    padding:10px 10px 10px 0;
}

div.error_gen span {
    background-color:#990000;
    color:#FFFFFF;
    margin-right:5px;
    padding:10px;
}

fieldset.tx-powermail-pi1_fieldset input[type="text"].error {
    border:2px solid #990000;
}

fieldset.tx-powermail-pi1_fieldset label.error {
    color:#990000;
    font-size:12px;
    margin-bottom:10px;
    margin-left:210px;
    text-align:left;
    width:380px;
}

/* CIV actes*/ 
#content_main #commande_actes ul.pm_step_form {
    width: 770px;
    height: 30px;
    clear: both;
    margin: 12px 0;
    width: 770px;
	background: url("../../images/navigation_steps_form_main.gif") repeat-x;
	background-position:0 13px;
}

#content_main #commande_actes ul.pm_step_form li {
    background: url("../../images/navigation_steps_form.gif");
    background-repeat: no-repeat;
    background-position: -240px 13px;
    height: 30px;
    float: left;
    padding: 0;
    text-align: center;
    width: 128px;
    color: #999999;
    font-weight: bold;
}

#content_main #commande_actes ul.pm_step_form li.step_act {
    color: #990000;
    background-position:-135px 13px;

}

#content_main #commande_actes ul.pm_step_form li.step_passed {
    color: #BA7B7B;
    background-position: 0px 13px;
}

/* */
#container_center .tx-powermail-pi1 p  {
margin:0;
padding:0;
}
#container_center #content_main .tx-powermail-pi1 .newListSelected {
	margin-top:0;
}