/* CSS Document */
/*********************************************************************
//
//  Developpeur : Christophe Iaïchouchen AKA saturnino
//  Copyright
//  
//
//*********************************************************************/

input:focus ,textarea:focus{	border: 1px solid #000;	/*background-color: #999999;*/}
label.required {   /*font-weight: bold;*/}
label.required:after {    content: '*';}
span.accessKey {    text-decoration: underline;}

#mFormNewsletter {margin:0;padding:0;}
#mFormNewsletter legend{
	line-height: 1.6;
	font-weight: bold;
	font-size:1.2em;
	color: #504e53;
}
#mFormNewsletter fieldset{border: 0px solid #000}
#mFormNewsletter fieldset br{clear:left}
#mFormNewsletter fieldset label{
	float:left;
	display:inline;
	width:90px;
	line-height:16px;
	text-align:left;
	font-size:1.2em;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}	
#mFormNewsletter input{
	font-size:1.2em;
	width: 300px;
	border: 1px solid #EBCEB6;
	height: 18px;
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 8px;
	margin-left: 0;
}
#mFormNewsletter input.checkbox{
	width: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#mFormNewsletter input#Submit{
	border-style:solid;
	border-color: #FFF #333 #333 #FFF;
	border-width:1px 2px 2px 1px;
	background: #fff;
	width:auto;
	height: auto;
	
}
