@charset "utf-8";
/* CSS Document */

.login{
	padding:0px;
	border:#ccc solid 1px;
	overflow:hidden;
}
.loginCo{
	width:670px;
	padding:10px;
	float:left;
}
.loginTitle{
	font-size:14px;
	font-weight:bold;
	line-height:30px;
	background:#eee;
	border-bottom:#ddd dotted 1px;
	padding:0px 10px;
	color:#900;
	overflow:hidden;
}
.regZi{
	padding:30px 30px 10px 30px;
	font-size:24px;
	font-weight:bold;
	color:#666666;
	font-family: "微软雅黑";
}
.loginTips{
	float:left;
	border-left:#ddd solid 1px;
	width:257px;
	height:400px;
	padding:25px 15px;
	background:#eee;
	line-height:30px;
}
.regForm{
	/*overflow:hidden;*/
}
.regForm ul{
	margin:20px 30px;
	list-style:none;
}
.regForm ul li{
	padding:10px;
	clear:both;
	/*overflow:hidden;*/
}

.regInput{
	float:left;
	font-size:14px;
	width:300px;
}
.regInput input{
	font-size:14px;
	line-height:25px;
	padding:2px;
	border:1px solid #d6d6d6; 
	width:200px;
	height:25px; 
}
.regcodeInput{
	float:left;
	font-size:14px;
	width:160px;
}
.regcodeInput input{
	font-size:14px;
	line-height:25px;
	padding:2px;
	border:1px solid #d6d6d6; 
	width:60px;
	height:25px;
}
.regMsg{
	float:left;
	margin:1px 0px;
	padding:3px 3px 3px 3px;
	border:#40b3ff solid 0px;
	width:200px;
	/*background:#e5f5ff url(../images/ico_!.jpg) no-repeat 5px;*/
}

.goLogin{
	background:#FFF;
	border:#ddd solid 1px;
	margin:10px 10px;
	padding:30px;
	font-size:14px;
	font-weight:bold;
	text-align:center;
}
.otherLogin{
	background:#FFF;
	border:#ddd solid 1px;
	margin:30px 10px;
	padding:15px;
}
/*填写邮箱*/
.inputEmail{
	position:relative;
}
.suggestemail{
	position:absolute;
	left: 77px;
	top: 25px;
	width: 300px;
	font-size:12px;
	font-family: arial;
	font-weight: normal;
	color: #000;
	background:#ffffcc;
	border:#ff6701 solid 2px;
}
.suggestemail ul{
	padding:0px;
	margin:0px;
}
.suggestemail ul li{
	border-bottom:#FFF dotted 1px;
	line-height:16px;
	height:16px;
	padding:3px 5px;
}
.focustxt{
	font-size:12px;
	font-family: arial;
	font-weight: bold;
	color: #000;
	background:#eee;
}
