
/* authentication.tpl */
#create-account_form, #authentication #login_form {
	width: 460px;
	height: 187px;
	clear: none;
	float: left;
	font-size: 12px;
}
#order_step_container
{
	min-height: 383px
}
#create-account_form h3
{
	background-color: #ffc318;
	font-size: 12px;
	font-weight: bold;
	color: #262626;
	height: 32px;
	padding : 0 0 0 20px;
	line-height: 31px;
	margin: 0;
	border: none
}
#login_form h3
{
	background-color: #262626;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	height: 32px;
	padding : 0 0 0 20px;
	line-height: 31px;
	margin: 0 0 18px 0;
	border: none
}
#create-account_form h4 {
	font-size: 12px;
	padding : 0 0 0 20px;
	font-weight: normal;
	margin: 20px 0 0 0
}
#login_form h4 
{
}
#login_form input
{
	height: 28px;
	line-height:28px;
	width: 320px;
	margin-left: 10px;
	padding-left:5px;
}
#login_form #passwd
{
	width: 175px
}
#create-account_form input
{
	height: 28px;
	width: 320px;
	margin-left: 10px;
	line-height:28px;
	padding-left:5px;
}
#create-account_form p.text,
 #authentication #login_form p.text {
	text-align: left;
	height: 30px;    
	margin: 10px 0 0 20px;
    padding: 0
}
#authentication #login_form p.text_password
{
	width: 280px;
	float: left;
    width: 280px;
}
#authentication #login_form a { color: #374853 }
#authentication #login_form a:hover { text-decoration: underline; }
#create-account_form 
{ 
	margin-right: 20px;
}
#authentication #create-account_form p.text label, #authentication #login_form p.text label{ 
	float: left;
    margin: 0;
    padding-top: 8px;
    width: 85px
}
#authentication input#SubmitCreate, #authentication input#SubmitLogin 
{
	text-transform: uppercase;
	margin: 0; 
	height: 30px;
	font-size: 13px;
	font-weight: normal;
	line-height: 30px
}
#authentication input#SubmitCreate
{
	background: url('../img/btn_create_compte.png') no-repeat left top transparent;
	width: 173px;
	height:30px;
	float: right;
	margin: 30px 0 0 20px;
    padding: 0
}
#authentication input#SubmitCreate:hover { background-position:0 -30px;}
#authentication input#SubmitLogin
{
	background: url('../img/btn_login.png') no-repeat left top transparent;
	float: right;
	margin: 17px 0 0 20px;
    padding: 0;
    width: 121px;
    height:30px;
}
#authentication input#SubmitLogin:hover { background-position:0 -30px; }
#authentication p.submit {
	/*margin-right: 0;
	text-align: left;
	padding-left: 17%!important*/
	margin: 0 20px 0 0;
    padding: 0
}
#authentication p.lost_password 
{ 
	clear: none;
    float: left;
    margin: 0;
    padding: 0;
    width: 130px;
    font-size: 10px;
    margin: 10px 0 0 10px;
    line-height: 28px
}
#authentication p.lost_password a { text-decoration: none }
#authentication #create-account_form fieldset, #authentication #login_form fieldset 
{ 
	height: 100%;
	padding: 0;
	margin: 0px;
	color: #000
}
#authentication p.submit span { padding-right: 0.5em }
#create-account_form label, #authentication #login_form label {
	float: left;
	clear: both;
	display: block;
	text-align: left;
	margin: 0;
	padding: 0
}
#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;
}

/* Account creation */
#authentication #account-creation_form{
	width:500px;
	float:left;
	clear:none;
}

#authentication #account-creation_form fieldset{
	background:#fff;
	border:1px solid #e5e8ea;
	border-top:none;
	border-bottom:none;
	padding:20px 0 10px 20px;
	margin:0;
}

#authentication #account-creation_form .border_bottom{
	margin:0 0 20px 0;
	background:url("../img/border_fieldset.png") no-repeat;
	display:block;
	width:500px;
	height:2px;
}

	#authentication #account-creation_form h3{
		background:url('../img/bg_create_account_title.png') no-repeat;
		width:480px;
		height:36px;
		line-height:36px;
		font-weight:bold;
		font-size:14px;
		color:#fff;
		text-transform:uppercase; 
		padding:0 0 0 20px;
		margin:0;
		border:none;
	}
	
	#authentication #account-creation_form p.text,
	#authentication #account-creation_form p.password,
	#authentication #account-creation_form p.gender,
	#authentication #account-creation_form p.select,
	#authentication #account-creation_form p.phone_info{
		margin:0 0 10px 0;
		padding:0;
		height:25px;
	}
	
	#authentication #account-creation_form p.phone_info{
		line-height:25px;
		font-size:12px;
		color:#333;
	}
	
	#authentication #account-creation_form p.textarea{
		margin:0 0 10px 0;
		padding:0;
	}
	
		#authentication #account-creation_form p.text label,
		#authentication #account-creation_form p.password label,
		#authentication #account-creation_form p.gender span,
		#authentication #account-creation_form p.select label,
		#authentication #account-creation_form p.textarea label{
			width:164px;
			padding-top:4px;
			padding-right:10px;
			text-align:left;
			font-size:12px;
			color:#333;
		}
		
		#authentication #account-creation_form p.text label span,
		#authentication #account-creation_form p.password label span,
		#authentication #account-creation_form p.select label span,
		#authentication #account-creation_form p.phone_info span{
			float:none;
			color:#cc0000;
			margin:0 0 0 2px;
		}
	
		#authentication #account-creation_form p.text input,
		#authentication #account-creation_form p.password input,
		#authentication #account-creation_form p.select select,
		#authentication #account-creation_form p.textarea textarea{
			padding:0 5px;
			margin:0;
			background-color:#f8f8f8;
			border:1px solid #b4b4b6;
			border-right:1px solid #eee;
			border-bottom:1px solid #eee;
			width:272px;
			height:23px;
			font-size:12px;
			color:#333;
		}
		
		#authentication #account-creation_form p.text input,
		#authentication #account-creation_form p.password input{
			line-height:23px;
		}
		
		#authentication #account-creation_form p.textarea textarea{
			height:73px;
		}
		
		#authentication #account-creation_form p.checkbox{
			margin:0 0 10px 0;
			padding:0 0 0 20px;
		}
		
			#authentication #account-creation_form p.checkbox input{
				margin:0;
			}
			
			#authentication #account-creation_form p.checkbox label{
				margin-left:5px;
				color:#333;
				font-size:12px;
			}
			
		#authentication #account-creation_form p.select select{
			padding:2px 0;
			width:285px;
			height:25px;
		}
		
		#authentication #account-creation_form p.gender label{
			font-size:12px;
			color:#333;
		}
		
		#authentication #account-creation_form p.gender input{
			margin-left:30px;
		}
		
		#authentication #account-creation_form p.gender input#id_gender1{
			margin:0;
		}
		
		#authentication #account-creation_form p#address_alias{
			height:auto;
		}
		
		#authentication #account-creation_form p#address_alias label{
			width:460px;
			line-height:25px;
			margin:0 0 10px 0;
		}
		
		#authentication #account-creation_form p#address_alias input{
			width:447px;
		}
		
		#authentication #account-creation_form p.info_form{
			color:#484349;
			font-size:12px;
			padding:10px 20px 10px 0;
			margin:0;
			text-align:justify;
			line-height:15px;
		}
	
	#authentication p.cart_navigation{
		margin:0 0 25px 0;
		padding:10px 0 0 0;
		height:28px;
	}
		
		.cart_navigation #submitAccount{
			background:url('../img/btn_send.png') no-repeat;
			width:102px;
			height:28px;
			color:#262626;
			font-size:13px;
			text-transform:uppercase;
			margin:0 auto;
			float:none;
			font-weight:normal;
		}
		
		.cart_navigation #submitAccount:hover{
			background-position:0 -28px;
		}
		
	#authentication p#security_informations{
		padding:0;
		margin:0;
		font-size:11px;
		color:#999;
		clear:both;
	}
		
#authentication #g-recaptcha {
	margin-bottom: 20px;
}