@charset "utf-8";

/* CSS Document */ /* 登录页面 */
body {
	margin: o auto;
	padding: 0 0;
	background: #fff url(../img/login/xian.png) repeat-x;
	font: 12px/ 180% Arial, Helvetica, sans-serif, "新宋体";
}

img {
	border: 0;
}

.wrap {
	width: 1000px;
	padding: 0;
	margin: 0 auto;
	overflow: hidden;
}

a {
	color: #000;
	text-decoration: none;
}

ul,li {
	list-style: none;
}

.footer {
	width: 1000px;
	padding: 15px 0;
	text-align: center;
	font-family: "Microsoft YaHei";
	overflow: hidden;
	color: #666676;
}

.topM {
	width: 1000px;
	height: 97px;
	padding: 26px 0 0 0;
}

.link {
	float: right;
	font-size: 12px;
	line-height: 12px;
	text-align: right;
	padding: 40px 0 0 0;
	color: #666;
}

.link a {
	color: #666;
	text-decoration: none;
}

.link a:hover {
	color: #000;
	text-decoration: underline;
}

.logo-2 {
	float: left;
	background: url(../img/login/LOGO_63.png) no-repeat;
	height:60px;
	font-family: "Microsoft YaHei";
	font-size: 20px;
	padding: 10px 0 0 80px;
	line-height: 18px;
}

.logo-2 span span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #b5b5b5;
	line-height:30px;
}

.loginbg {
	height: 440px;
	margin-top:3px;
	padding-top:60px;
	background: url(../img/login/bg_9.png) top left no-repeat;
}

.Userlogin {
	float: right;
		width:512px;
	height:422px;
	color: #666;
	background:url(../img/login/login.png);
	position:relative;
	overflow: hidden;
}

.Userlogin .title {
	/* width: 300px;
	height: 37px;
	background: url(../img/login/bg_19.gif) no-repeat; */
}

.Userlogin .text {
	position:absolute;
	left:130px;
	top:100px;
}

.Userlogin .text ul {
	list-style: none;
	padding: 0 30px;
}

.Userlogin .text li {
	padding: 10px 0 3px 0;
}

.Userlogin .text input {
	width: 200px;
	border: 1px solid #d9d9d9;
	height: 22px;
	padding: 2px;
}

.Userlogin .text .code_pic {
	float: right;
	padding: 0 60px 0 0;
}

.Userlogin .text .shorter {
	width: 85px;
	border: 1px solid #d9d9d9;
	height: 22px;
	padding: 2px;
}

.Userlogin .text .name {
	background: url(../img/login/bg_21.gif) right 3px no-repeat;
}

.Userlogin .text .password {
	background: url(../img/login/bg_22.gif) right 3px no-repeat
}

/* .Userlogin .text .button2 {
	width:131px;
	height:37px;
	float:left;
	margin: 0 0 30px 65px;
	border: none;
	background: url(../img/login/delu.png) no-repeat;
	cursor: pointer;
} */
.Userlogin .text .button3 {
	float: left;
	/* margin: 20px 0 30px 50px; */
	width: 75px;
	height: 25px;
	border: none;
	text-align:center;
	line-height:25px;
	cursor: pointer;
	background:linear-gradient(#fff, #D6D6D6);
	border-radius:100px;
	box-shadow:1px 1px 1px #D6D6D6;
	font-weight:500;
}
.Userlogin .text .button2 {
	float: left;
	/* margin: 20px 0 30px 50px; */
	width: 75px;
	height: 25px;
	border: none;
	background: url(../img/login/login.gif) no-repeat;
	cursor: pointer;
}

.Userlogin .text .button1 {
	float: left;
	/* margin: 20px 0 30px 25px; */
	width: 75px;
	height: 25px;
	border: none;
	background: url(../img/login/register.gif) no-repeat;
	cursor: pointer;
}

.Userlogin .bottom {
	/* float: left;
	width: 300px;
	height: 4px;
	background: url(../img/login/bg_20.gif) no-repeat; */
}

.Userlogin .verifyDiv {
	float: right;
	margin-right:40px;
}