
/* authentication.tpl */
#create-account_form,
 #authentication #login_form {
	width: 49%;
	height: 20em;
	clear: both;
	float: left
}
#create-account_form h4 {
	/*height: 3.4em;*/
	padding: 0.3em 3em 0 4em
}
#create-account_form p.text,
 #authentication #login_form p.text {
	height: 3.4em;
	/*margin-left: 4em;*/
	padding-left: 0;
	padding-right: 0
}
#authentication #login_form a { color: #374853 }
/*#create-account_form { margin-bottom: 43px;} 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-right: 0;
	text-align: left;
	/*padding-left: 17%!important*/
}
#authentication p.lost_password { padding-left: 4em }
#authentication #create-account_form fieldset,
 #authentication #login_form fieldset { height: 18em }
#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{ width: 32em; }
#account-creation_form #id_state,#account-creation_form #id_country{
	width: 154px;
}
.account_creation span.inline-infos
{
	/*width:100%;
	text-align:left;
	margin:2px 0 2px 32%;*/
	font-size:11px;
}

 #authentication textarea { width: 37em;
height: 9em;}

.cl-first{
	margin-bottom: 43px !important;
}	
.create-login{
	width: 500px;
	height: 218px;
	margin: 0 auto;
}

.create-login fieldset{
	font-size: 1.1em;
	color: #374853;
	margin-bottom: 1.5em;
	border-radius: 5px;
	background: #f6f6f6;
	border: 0.5px solid #d2d0d0;
	border-top: 1px solid #b0afaf;
	border-bottom: 1px solid #b0afaf;
	height: 259px;    width: 500px;
}

.submit-create{
	margin-top: 35px;
}

.submit-login{
	margin-top: 20px;
}
