/* LOGIN FORM */
#login-form {
	width: 340px;
	background: #f1f1f1;
	margin: 20px auto 0px auto;
	padding:20px;
	border: 1px solid #1F5F9B;
	border-radius:0.5em;
	-moz-border-radius: 2px; 
	-webkit-border-radius: 2px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
}

#login-form p {
	margin-bottom: 0px;
}

#login-form label {
	float: left;
	width: 110px;
	font-size: 12px;
	margin-right: 1.2em;
	margin-top: 1px;
	color: #1F5F9B;
	text-align: right;
}

#login-form .txt {
	width: 200px;
	background-color: #fff;
	border:1px solid #a1a1a1;
	margin-bottom: 3px;
}

#login-form .btn {
	cursor: pointer;
	/*background: url('../images/login_btn.gif');*/
	height: 25px;
	width: 70px;
	border: 0px;
}

#login-form label.error {
	display: none;
	font-weight: normal;
	color: red; 
	text-align: left;
	width: 250px;
	/*margin-left: 35px;*/
	padding-left: 20px;
  background: transparent url('../images/cancel.png') no-repeat scroll left;
}

.form_error {
	text-align: center;
	font-size: 16px;
	color: red;
	font-weight: bold;
}

#login-form .forgotten_link {
	font-size: 10px;
	color: #1F5F9B;
	text-align: center;
}

#login-form .forgotten_link a {
	color: #1F5F9B;
	background-color: transparent;
	text-decoration: underline;
}

#login-form .forgotten_link a:hover {
	color: #a1a1a1;
	background-color: transparent;
}

/* CHECKOUT LOGIN FORM */
#registerLogin {
	background: #fff;
	width: 290px;
	margin: 0px auto 0px auto;
	padding:20px;
}

#registerLogin p {
	margin-bottom: 0px;
}

#registerLogin label {
	float: left;
	width: 100px;
	font-size: 12px;
	margin-left: 1.2em;
	margin-top: 1px;
	color: #000;
}

#registerLogin .txt {
	width: 150px;
	background-color: #f1f1f1;
	border:1px solid #a1a1a1;
	margin-bottom: 3px;
}

#registerLogin .btn {
	cursor: pointer;
	/*background: url('../images/login_btn_black.gif');*/
	height: 25px;
	width: 270px;
	border: 0px;
	margin-left: 1.2em;
}

#registerLogin label.error {
	display: none;
	font-weight: normal;
	color: #000; 
	text-align: left;
	width: 250px;
	/*margin-left: 35px;*/
	padding-left: 20px;
  background: transparent url('../images/cancel.png') no-repeat scroll left;
}

#registerLogin .forgotten_link {
	font-size: 10px;
	color: #000;
	text-align: left;
	margin-left: 1.2em;
}

#registerLogin .forgotten_link a {
	color: #000;
	background-color: transparent;
	text-decoration: underline;
}

#registerLogin .forgotten_link a:hover {
	color: #a1a1a1;
	background-color: transparent;
}