
/* authentication.tpl */
#create-account_form,
#authentication #login_form {
	clear: none;
	float: left;
	width: 49%;
	height: 230px;
	border:1px solid #ccc;
} 
#create-account_form h4 {
	padding: 15px;
	font:14px Georgia, Arial, sans-serif;
	color:#666;
}
#create-account_form p.text,
#authentication #login_form p.text {
	padding: 5px 15px;
}
#create-account_form p.text input,
#authentication #login_form p.text input {
	width:426px;
}
#authentication #login_form .lost_password a {
	padding: 0 0 0 15px;
	font-weight:bold;
	font-size:11px;
	color: #333;
	background:url(../img/icon/password-lost.gif) no-repeat 0 0;
}
#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 {
	clear:none;
	float:right;
	margin-top: 15px;
}
#authentication p.lost_password { 
	clear:left;
	padding:10px 15px;
}
#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;
	padding-bottom:5px;
	font:italic 14px Georgia, Arial, sans-serif;
	text-align: left;
	color:#666;
}
#account-creation_form input.text, 
#account-creation_form #id_country, 
#account-creation_form #id_state, 
  #authentication textarea { width: 260px; }

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

#authentication #login_form p.submit {margin-top:0;}


/* create account ****************************************************************************** */
#account-creation_form .account_creation {
	float:left;
	margin-left:20px;
	width:458px;
	font:italic 14px Georgia, Arial, sans-serif;
	color:#333;
	border:1px solid #ccc;
}
#account-creation_form .account_creation.first {margin-left:0;}

#center_column #account-creation_form .account_creation p {
	margin:5px 0;
	padding:0;
}

#account-creation_form .text label,
#account-creation_form .password label,
#account-creation_form .radio span,
#account-creation_form .select label,
#account-creation_form .select span,
#account-creation_form .textarea label {
	padding:6px 25px 0 0;
	width:133px;/* 158 */
	text-align:right;
}
#account-creation_form .radio label {padding:0 10px 0 2px;}
#account-creation_form .text label.top {
	height:26px;
	line-height:26px;
}
#account-creation_form .textarea,
#account-creation_form .checkbox input {
	margin-left:160px;
	width:auto;
}
#account-creation_form .textarea textarea {
	height:50px;
	width:260px;
}

#center_column #account-creation_form p.checkbox {
	margin-left:158px;
	font:normal 11px Arial, sans-serif;
	color:#000;
}
#account-creation_form .checkbox label {width:260px}

#account-creation_form span.form_info,
#account-creation_form span.inline-infos {
	margin:0 0 0 160px;
	padding: 2px 0 0;
	font:normal 11px Arial, sans-serif;
	color:#666;
}
#account-creation_form p.submit {width:940px;}






