.maincontent_left{
	float:left;
	width:700px;
	}
/* *************************** 
   $7 Forms Styles
   ***************************/
   
.tx-powermail-pi1 {
	width: 750px;	/*** Largeur du formulaire ***/
	border: 0px;
	background: black;
	margin: 0;
	padding: 0em;
}
.tx-powermail-pi1 input,
.tx-powermail-pi1 textarea, 
.tx-powermail-pi1 select{
padding:3px; 
margin-bottom:10px;
background: black;
color: white;
border:1px solid #58BBB1;
}

.tx-powermail-pi1 .powermail_submit {
	cursor: pointer;
}

div .tx_powermail_pi1_fieldwrap_html_select {clear:both; padding-bottom:20px}
.tx-powermail-pi1_fieldset {	/*** Mise en fome du corp du formulaire (bordure, couleur du fond...) ***/
	outline:1px;
	color: #fff;
	background: none;
	margin: 0;
	padding: 1em;
        border:1px solid #01A09D;
}
.tx-powermail-pi1_fieldset legend {	/*** Mise en forme des titres des cadres ***/
        font-size:1em;
	font-weight: bold;
	color: #fff;
	background: transparent;
}

.tx-powermail-pi1_fieldset  label {	/*** Mise en forme des intitulï¿½s de champs ***/
        color:#fff;
	float: left;	/*** Tres important, ne pas suprimer ! ***/
	width: 33%;	/*** Les intitules prennent 1/3 de la largeur totale du formulaire... ***/
	text-align: right;	/*** ... et ils sont alignes a droite... ***/
        clear:both;
	margin: 0;
	padding: 0 5px 0 0;
	line-height: 15px;	/*** ... et centres verticalement. ***/
}
.tx-powermail-pi1_fieldset label:hover, #piedForm input {
	cursor: pointer;	/*** Petite astuce pour apprendre aux utilisateurs a cliquer sur les intitulees ***/
}

.tx_powermail_pi1_fieldwrap_html_checkbox_title{
       
        color:#fff;
	width: 45%;	/*** Les intitules prennent 1/3 de la largeur totale du formulaire... ***/
	text-align: right;	/*** ... et ils sont alignes a droite... ***/
        clear:both;
	margin: 15px 0 0 0;
	padding: 0px 5px 0 0;
	line-height: 18px;

}
.tx-powermail-pi1_fieldset input:focus,.tx-powermail-pi1_fieldset textarea:focus {	/*** Mise en avant des champs en cours d'utilisation ***/
	border:1px solid #73A126;
	color: white;
	
}
.tx-powermail-pi1_fieldset .normal {	/*** Retour a l'ï¿½tat normal apres l'utilisation ***/
	background: black;
	color: white;
}

.tx_powermail_pi1_fieldwrap_html_submit{
float:right;
margin-right:68px;
}
.powermail_mandatory_js {
color:red;
text-align:right;
margin-right:105px;
margin-bottom:8px;
margin-top:-5px;
}
