
/* authentication.tpl */
.colIzquierda	{float:left;text-align:right;margin-right:10px;}
.colDerecha		{float:left;}

.mylogin	{margin:0px 0px 0px 8px;font:12px/12px Arial;color:#989797;}
.mylogin input	{width:180px;height:20px;margin:5px 0px 0px 0px;}
.mylogin .button {margin-top:8px;}
.account_input{width:180px;height:20px;margin:5px 0px 0px 0px;}
#create-account_form,
 #authentication #login_form {
	width: 49%;
	height: 20em;
	clear: none;
	float: left
} 
#create-account_form h4 {}
#create-account_form p.text,
 #authentication #login_form p.text {margin-left:10px;}
#authentication #login_form a { color: #374853 }
#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 {width:140px;height:23px;background:#a4a4a4;font:bold 12px Arial;color:#fff;}
#authentication p.submit {margin-top:8px;}
#authentication p.lost_password { margin-left:8px; }
#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%;
}
#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;
}
