/*登录*/
#loginhide {
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #000;
	width: 100%; /*宽度设置为100%，这样才能使隐藏背景层覆盖原页面*/
	filter: alpha(opacity = 15); /*设置透明度为60%*/
	opacity: 0.15; /*非IE浏览器下设置透明度为60%*/
	display: none; /* http://www.jb51.net */
	z-Index: 6;
}
#loginCheckhide {
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #000;
	width: 100%; /*宽度设置为100%，这样才能使隐藏背景层覆盖原页面*/
	filter: alpha(opacity = 15); /*设置透明度为60%*/
	opacity: 0.15; /*非IE浏览器下设置透明度为60%*/
	display: none; /* http://www.jb51.net */
	z-Index: 6;
}
#loginWindow {
	position: absolute;
	width:  390px;
	height: 415px;
	background-color: #fff;
	display: none;
	z-Index: 7;
}
#loginCheckWindow {
	position: absolute;
	width:  390px;
	height: 435px;
	background-color: #fff;
	display: none;
	z-Index: 7;
}

.login_content { 
	width: 390px;
	height: 415px;
	margin: 0 auto; 	
} 
.login {
	width: 390px;
	margin: 0 auto; 
}
a{
	text-decoration: none;
}

.login_close {
	float: right;
	cursor: pointer;
	margin-top: 5px;
	margin-right: 20px;
}
#closelogin{
	float: right;
	cursor: pointer;
	margin-top: 2px;
	margin-right: 20px;
	width: 16px;
	height: 16px;
	background: url(../images/login_close.png) no-repeat  center;
}
#closelogin:hover{
	background: url(../images/login_close_hover.png) no-repeat  center;
}
.login_content input {
	font-family: \5FAE\8F6F\96C5\9ED1;
	height: 38px;
	line-height: 38px;
	border: 1px solid #cccccc;
	width: 297px;
	padding-left: 10px;
	outline: none;	
}
.login_content input:focus{
    border: 1px solid #3285FF;
}
#identifying_code{
	width:170px;
	float: left;
}

.code img{
	float: left;
	margin-left: 20px;
	margin-top: 5px;
}
.login_detail_top{
	width: 390px; 
	padding-top: 12px;
	padding-bottom: 2px;  
	color: #6e6e6e;	
	background: #F8F8F8;
	border-bottom: 1px solid #F4F4F4;
}
.login_detail_top_check{
	padding-top: 12px;
	padding-bottom: 2px;  
	color: #6e6e6e;	
	background: #F8F8F8;
	border-bottom: 1px solid #F4F4F4;
}
.mbs_login{
	width: 390x;
	color: #3186FD;	
	text-align: left; 
	margin-left: 20px;
	padding-top: 2px;
	padding-bottom: 9px;
	font-weight: bold;
}
.account{
	height:40px;
	margin-top: 30px; 
}
.account_img, .inner_account_img{
	float: left;
	border-left: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	height: 40px;
	width: 40px;
	margin-left: 20px;
}
.account_img img{
	margin-top: 6px;
}
.inner_account_img img{
	margin-top: 6px;
	margin-left: 8px;
}
.account input, .password input{
	float: left;
}
.password, .identifying{
	margin-top: 13px; 
}
.forget_password a{
	cursor: pointer;
	margin-left: 170px;
}
.forget_password a:hover{
	color: #0055d5;
}
.mycheckbox{
	margin-top: 12px; 
	text-align: left; 
	margin-left: 18px;
}

#auto_login_checkbox{
	padding: 0px;
	margin: 0px;
	width: 13px; 
	height: 13px;
	border: 0;
	vertical-align: middle;
	margin-top: -2px;
	margin-left: 2px;
}
.auto_login{
	margin-right: 45px;
	margin-left: 6px;
}
.login_button {
	margin: 0 auto;
	margin-top: 14px; 
	text-align: center;
	width: 352px;
	height: 47px;
	line-height: 47px;
	background: url(../images/loginb.png) no-repeat center;
	color: #FFF;
	cursor: pointer;
}
.login_button:hover{
	background: url(../images/loginhoverb.png) no-repeat center;
}
.login_check_button {
	margin: 0 auto;
	text-align: center;
	width: 352px;
	height: 47px;
	line-height: 47px;
	background: url(../images/loginb.png) no-repeat center left;
	color: #FFF;
	cursor: pointer;
	margin-left: 20px;
}
.login_check_button:hover{
	background: url(../images/loginhoverb.png) no-repeat left;
}

.login_msg{
	width: 390px;
	text-align: center;
	height: 20px;
}
.login_regist{
	text-align: left;
	margin-left: 20px;
	margin-bottom: 14px;
}
#to_regist{
	margin-left: 10px;
	color: #3385FF;
}
#to_regist:hover{
	color: #0055d5;
}
.other_login{
	border-top: 2px solid #E6E6E6; 
	background: #F8F8F8;
	padding-bottom: 20px;
}
.other_login_choice{
	margin-top:18px;
	text-align: left;
	margin-left: 18px;
}
.other_login_choice a img{
	border: 0;
	margin-left:10px;
	margin-right: 10px;
	vertical-align: middle;
	margin-top: -3px;
}
.img_border{
	border-right: 1px solid #dfdfdf;
}
.red_mark{
	color: red;
}
.green_mark{
	color: green;
}

#loginDetailWindow div a{
	text-decoration: none;
	line-height: 25px;
	color: #646464;
}

.inner_loginDetailWindow div, .book_loginDetailWindow div{
	width: 65px;
	height: 25px;
	margin-top: 1px;
	cursor: pointer;

}
#loginDetailWindow div:hover{
	background: #3388FF;
	color: #FFF;
}
#loginDetailWindow div:hover a{
	background: #3388FF;
	color: #FFF;
}

.inner_loginDetailWindow{
	display: none;
	position: absolute;
	width: 74px;
	height:54px;
	background-color: #fff;
	z-Index: 10;
	text-align: center;
	background: url("../images/ms_bck.png") no-repeat;
	padding-top: 7px;
	margin: 0px auto;
	top: 36px;
}
.book_loginDetailWindow{
	top: 15px;
}
.ms_loginDetailWindow{
		display: none;
	position: absolute;
	width: 74px;
	height:54px;
	background-color: #fff;
	z-Index: 10;
	text-align: center;
	background: url("../images/ms_bck.png") no-repeat;
	padding-top: 7px;
	margin: 0px auto;
	top: 36px;
}
.phcolor{ color:#999;}
.login_check_content { 
	width: 390px;
	height: 400px;
	margin: 0 auto; 	
} 
#email_check, #phoneNum_login {
	font-family: \5FAE\8F6F\96C5\9ED1;
	height: 38px;
	line-height: 38px;
	border: 1px solid #cccccc;
	width: 297px;
	padding-left: 10px;
	outline: none;	
}
#massageValidCode_login{
	font-family: \5FAE\8F6F\96C5\9ED1;
	height: 38px;
	line-height: 38px;
	border: 1px solid #cccccc;
	width: 160px;
	padding-left: 10px;	
	margin-left: 20px;
	outline: none;
}

.login_check_content input:focus{
    border: 1px solid #3285FF;
}
.login_check {
	width: 390px;
	margin: 0 auto; 
}
.green_mark{
	color:green;
}

.login_add_info{
	color: #ff8e3b;
	margin-left: 10px;
	font-weight: bold;
}
.login_check_add{
	margin: 20px 0px 20px 0px;
	text-align: center;
}
.login_check_add img{
	vertical-align: middle;

}
.login_advice{
	background: #FFF7E1;
	border: 1px solid #f0d788;
    color: #a58c3d;
    width: 350px;
    margin: 0px auto;
    padding: 10px 0px 10px 0px;
    text-align: center;
}
#getmvc_login{
	height: 30px;
	width: 110px;
	font-family: \5FAE\8F6F\96C5\9ED1;
	margin-left: 28px;
	margin-top: 5px;
	outline: none;
}
.login_check_msg{
	margin: 5px 0px 5px 0px;
	height: 17px;
	text-align: center;
}
.inner img{
	margin-left: 10px;
}