/* Begin form/common_form.html */
								
	/*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{
border-bottom:1px dashed;
float:left;
margin-left:20px;
margin-right:150px;
margin-top:10px;
width:200px;
	}
	/*CSSEditor|content,form|Apparence des champs*/
input, select, textarea{
text-align:left !important;
width:auto;
	}
select, textarea{
background:#eee none repeat scroll 0 0;
	}
        textarea{
		width:50%;
	}
	/*-------------boutons de validation-----------*/
	.submit{
		margin:5px 0 0 0;
		text-align: center;
	}
	.submit input{
		border:1px outset #000;
		color: #fff;
		padding:2px!important;
		text-align:center!important;
		width:auto;
	}

#box_main select, #box_main textarea{
background:#eee none repeat scroll 0 0;
}
#box_main input, #box_main select, #box_main textarea{
margin-top:5px;
/* text-align:left !important; */
width:auto;
margin-right: 5px;
}

#newsletter_text p{
color:#009EE0;
}

fieldset{
	border:none;
}
