@charset "utf-8";
.content {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
.login_top {
	height: 4px;
	background-image: url(../images/login_bg001.gif);
	background-repeat: no-repeat;
}
.login_box {
	background-image: url(../images/login_bg002.gif);
	background-repeat: repeat-y;
}
.login_bottom {
	background-image: url(../images/login_bg003.gif);
	background-repeat: no-repeat;
	height: 9px;
}
.login_box .left {
	width: 614px;
	margin-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	background-color: #FFFFFF;
	margin-top: 10px;
	float: left;
}
.login_box .left .banner {
	background-image: url(../images/login_banner.jpg);
	width: 364px;
	height: 130px;
	background-repeat: no-repeat;
	padding-left: 250px;
	font-size: 25px;
	padding-top: 25px;
}
.members {
	font-size: 13px;
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.members h3 {
	font-size: 13px;
	font-weight: bold;
	color: #333333;
	font-family: Verdana;
}
.members ul {
	padding-top: 10px;
	padding-bottom: 10px;
}
.members li {
	font-size: 12px;
	background-image: url(../images/list_title_003.gif);
	background-repeat: no-repeat;
	padding-left: 30px;
	background-position: 18px 8px;
	line-height: 18px;
	color: #333333;
}
.members .joinnow {
	padding-left: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.login_box .right {
	float: left;
	margin-top: 10px;
	width: 300px;
	margin-left: 20px;
}
.right h1 {
	font-size: 15px;
	font-weight: bold;
	line-height: 30px;
}
.right .remember {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 160%;
}
