.intxt,.text{
	background:#ffffff;
	color: #666;
	border: 1px solid #cfcfcf;
    float: left;
    height: 30px;
    line-height: 30px;
    margin-left: 5px;
    padding: 0 4px;
    width: 188px;border-radius: 3px 3px 3px 3px;
}
.text_o{ border:1px solid #ff6666;}
/*密码强度*/
.rank { border:none; background: no-repeat; width:145px; height:22px; vertical-align:middle; cursor:default; margin:0 0 0 5px;}
.r0 { background-position:0 2; }
.r1 { background-position:0 -19px; }
.r2 { background-position:0 -40px; }
.r3 { background-position:0 -61px; }
.r4 { background-position:0 -82px; }
.r5 { background-position:0 -103px; }
.r6 { background-position:0 -124px; }
.r7 { background-position:0 -145px; }
.login {height:300px;}
.bor {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	position:relative;
	background: #fff;
	margin-top:30px;
	margin-bottom:30px;
}
button {
	margin:0;
	font-size:12px;
	cursor:pointer;
	border:none;
	text-align: center;
}
.reg-btn,.login-btn,.getpass-btn,.regbt {
    background:#1e90ff;
    border: 0 none;
    cursor: pointer;
    display: block;
    height: 40px;
    width: 114px;
	font-size:15px;
	line-height:38px;
	color:#ffffff;
	overflow:hidden;
	float: left;
	margin-right:10px;
}
.reg-btn:hover,.login-btn:hover,.getpass-btn:hover{ background:#1e90ff;font-weight:bold;color:#ff0000}

/* 登录box
-------------------------------------------------------------------*/
#login{}
#login  h1 {
    color: #000000;
    font-family: '微软雅黑';
    font-size: 26px;
    font-weight: normal;
    padding-top: 15px;
	padding-left:20px;
	background:#f7fcff;
	height: 55px;
	line-height:26px;
}
#login .back{ position:absolute; width:100px; right:0; top:20px; color:#0000ff;  text-decoration:underline}
#login .theme {margin-top: 30px;}

#login .theme li {
	width: 100%;
	margin-bottom: 20px;
	line-height: 30px;
	overflow:hidden;
	clear:both;
}
#login .theme span{
	color: #555555;
	width: 80px;
	display: block;
	float: left;
	font-size:14px;
	text-align: right;
	overflow:hidden;
	vertical-align:middle
}

#login .usenew .signup {
	text-align: right;
	font-weight: bold;
	margin-top: 30px;
}
.other_login {
    margin-left: 32px;
    margin-top:35px;
}
.clear {
	clear: both;
}
a.regbt{ background:#1e90ff;font-size:15px;text-align:center;color:#ffffff}
a.regbt:hover{background:#1e90ff;color:#ff0000}
.rst_login span,.other_login span{ font-size:14px; font-weight:bold; color:#000000; padding-bottom:5px;}
.footer{ width:550px; margin:10px auto; text-align:center}
.lform .enumselect{ line-height:26px; padding:3px 0; height:26px;}
.success{ padding:20px; text-align:center}
