/*Pour l'authentification vente privée!*/
#authentication #columns input.account_input {
width: 390px!important;
}

#authentication #leo-centercol
{
	width : 90%;
	float : none!important;
	margin : 0 auto !important;
}

#authentication #columns, #password #columns {  
	width : 700px!important;
	margin : 15px auto!important;
	background : url('../img/fond-authent.png') 50% 50% no-repeat;
	height : 570px!important;
	/*background : none!important;*/  
    overflow: hidden!important;
}

#authentication .leo-logo
{
	display : none;
}

#authentication .logos
{
	position : absolute;
	margin-left:10px;
	margin-top : 10px;
	height : 97px;
	width : 88%;
}

#authentication .logo-marcireau
{
	height : 97px;
	width :auto;
	background: url('../img/logo-marcireau.png') no-repeat 0 50%;
}

#authentication .logo-client
{
	height : 97px;
	width : 97px;
	float : right;
	margin-top : -88px;
	background: url('../img/logo-client.png') no-repeat;
}

#authentication div.error
{
	font-size : 0.7em!important;
	margin: -0.4em auto 1.5em!important;
    padding: 0 0.8em 1em!important;
}

#authentication p.lost_password { margin-top : 20px!important; }
#authentication p.submit { float : right;margin-top : -35px!important;margin-right : 25px!important; }

#create-account_form, #authentication #login_form 
{
	margin : 140px 0 0 40px;
	width : 100%!important;
}
/*Fin authentification vente privée*/


/* authentication.tpl */
#create-account_form,
#authentication #login_form {
	width: 49%;
	clear: none;
	float: left;
 	font-size : 1.4em;
}

#create-account_form h4 {
	height: 3.4em;
	padding: 0.3em 3em 0 4em
}
#create-account_form p.text, #authentication #login_form p.text {
    margin-left: 2.4em;
    padding-left: 0;
    padding-right: 0;
}

#authentication #login_form a { color: #374853;font-size : 0.9em;}
#authentication #login_form a:hover { text-decoration : underline; }
#create-account_form { margin-right: 11px }
#create-account_form p.text {
	text-align: left;
	width: 100px
}
#authentication #create-account_form p.text label { width: 100px }
#authentication input#SubmitCreate,
 #authentication input#SubmitLogin { margin: 0 }
#authentication p.submit {
	margin: 8px 0;
    padding-left: 4em !important;
    text-align: left;
}
#authentication p.lost_password { padding-left: 2.4em }
#authentication #create-account_form fieldset,
 #authentication #login_form fieldset {}
#authentication p.submit span { padding-right: 0.5em }
#create-account_form label, #authentication #login_form label {
	float: none;
	clear: both;
	display: block;
	text-align: left;
	width: 100%;
	margin-bottom: 0.3em
}
#account-creation_form input.text, 
#account-creation_form #id_country, 
#account-creation_form #id_state, 
  #authentication textarea { width: 17em }

.account_creation span.inline-infos
{
	width:100%;
	text-align:left;
	margin:2px 0 2px 32%;
	font-size:9px;
}
