@charset "utf-8";

#main{
	margin:80px auto;
}
.login_main{
	width:705px;
	margin:30px auto 80px;
}
.login_layer{
	background:#EEEEEE url(../images/service_layout.gif) no-repeat 0 -70px; 
	width:396px;
	float:left;
}
.login_top{
	background:url(../images/service_layout.gif) no-repeat right top; 
	height:32px; 
	margin-left:14px;
	padding-right:14px;
}
.login_top h3{
	font-size:14px;
	background:url(../images/service_layout.gif) repeat-x 0 -31px; 
	line-height:32px; 
	height:32px;
	padding-left:8px;
}
.login_bottom{
	font-size:0;
	background:url(../images/service_layout.gif) no-repeat 0 -62px; 
	height:4px; 
}
.login_bottom div{
	background:url(../images/service_layout.gif) no-repeat right -66px; 
	height:4px; 
}
.login_content{
	margin:0 10px 0 19px;
}
.login_content p{
	margin:8px 0;
}
.login_content label{
	color:#666666; 
	font-weight:bold;
	display:block; 
	line-height:24px; 
	cursor:auto;
}
.login_content .remember label{
	font-weight:normal;
	display:inline; 
	line-height:24px; 
	cursor:pointer;
}
#username,
#email,
#password{
	font-size:14px;
	height:18px;
	line-height:22px; 
	padding-top:4px;
	*height:22px;
	*padding-top:0;
	width: 282px;
}
#pwd,
#repwd{
	font-size:14px;
	height:18px;
	line-height:22px; 
	padding-top:4px;
	*height:22px;
	*padding-top:0;
	width: 252px;
}
.back{
	background:url(../images/bag_action.gif) no-repeat 0 -56px; 
	padding-left:13px;
}

.ok,
.login_button{
	color:#FFFFFF; 
	font-weight:bold;
	font-size:12px;
	background:url(../images/button_little.gif) no-repeat; 
	line-height:21px;
	width:44px;
	height:21px;
	padding:0;
	border:none; 
	cursor: pointer;
}
.operation a{
	color: blue;
	margin:0 6px 0 3px;
	text-decoration:underline;
}
.operation a:hover{
	color: #D41C26;
	text-decoration:none;
}

.about_reg{
	width:280px; 
	float:right; 
}
.about_reg h3{
	color:#D41A24;
	font-size:14px;
	line-height:26px; 
	border-bottom:1px solid #E3E3E3; 
}
.about_reg ul{
	margin:14px 0 20px; 
}
.about_reg li{
	background:url(../images/login_li.gif) no-repeat 0 10px; 
	text-indent:6px;
	line-height:24px; 
}
#loginError{
	color: #D41A24;
}