/* Begin form/common_form.html */
								
/*CSSEditor|content,form|Apparence générale*/
div.formulaire{
}
form{
margin-bottom:30px;
}

#nested form{
float:right;
}

	/*CSSEditor|content,form|Ensemble de champs|notext*/
	fieldset{
		border: 1px solid #757575;
		margin:10px;
		padding:5px;
	}
	/*CSSEditor|content,form|Légende|noizimedia*/
	legend{
		color:#757575;
		font-size:1.1em;
		font-weight: bold;
		padding:0 5px;
	}
	.row{
		clear:both;
		margin: 5px;
		padding: 5px;
	}
	/*CSSEditor|content,form|Libellés des champs*/
	label{
		float:left;
		width:200px;
	}
	/*CSSEditor|content,form|Apparence des champs*/
	input, select, textarea{
		/* background: #fff url(/common_images/skin001/fd_elt_form.gif) no-repeat top left; */
background:#CCCCCC none repeat scroll 0 0;
text-align:left !important;
width:auto;
	}
        textarea{
		width:50%;
	}
	/*-------------boutons de validation-----------*/
	.submit{
		margin:5px 0 0 0;
		text-align: center;
	}
	.submit input{
		background:#000 url(/common_images/skin001/fd_valider.gif) center;
		border:1px outset #000;
		color: #fff;
		padding:2px!important;
		text-align:center!important;
		width:auto;
	}

#box_main input, #box_main select, #box_main textarea{
background:#CCCCCC none repeat scroll 0 0;
color:#666666;
margin-left:19px;
margin-top:5px;
text-align:left !important;
vertical-align:middle;
width:auto;
}

#newsletter_text p{
color:#336699;
}
