/*-----------------------------------------------------------------------------------------------
Basic Style Sheet(for version 6 browsers)
Author:   Kevin Fu
Email:    fukan211@gmail.com 
Copyright:NKE
------------------------------------------------------------------------------------------------*/
/*-------------------The Login Style---------------------------*/
h2{
	color:#83a500;
	margin:50px 0 10px 100px;
	font-size:18px;
}
h3{
	color:#000;
	margin:0 0 20px 0;
	font-size:14px;
}
.new_customer,.members{
	float:left;
	display:inline;
	width:320px;
	height:350px;
	margin:20px 0 0 100px;
}
.new_customer p,.members p{
	height:60px;
	margin:0 0 20px 0;
	font-weight:bold;
}
.new_customer label,.members label{
	display:block;
	color:#000;
	font-weight:bold;
	margin:5px 0;
}
.new_customer input[type="text"],
.new_customer input[type="password"],
.members input[type="text"],
.members input[type="password"]{
	display:block;
	width:220px;
	height:16px;
	padding:2px 0 2px 2px;
	border:1px solid #bebebe;
}
.members input[type="checkbox"]{
	float:left;
	margin:20px 5px 0 0;
}
.remember{
	display:inline-block!important;
	margin:20px 0 5px 0!important;
	color:#6a6a6a!important;
}
.register_btn,.login_btn{
	display:block;
	width:93px;
	height:26px;
	line-height:26px;
	margin:10px 0;
	border:0;
	cursor:pointer;
	color:#fff;
	font:bold 12px Arial;
	background:url(../images/login_btn_bg.png) center no-repeat;
}
.members p a{
	color:#83a500;
}

/*-------------------End Login Style---------------------------*/

