@charset "utf-8";

/* CSS Document */ /* 登录页面 */
body {
	margin: o auto;
	padding: 0 0;
	background: #fff url(../img/login/bg_17.gif) 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;
	color: #666;
}

.link a {
	color: #666;
	text-decoration: none;
}

.link a:hover {
	color: #000;
	text-decoration: underline;
}

.logo-2 {
	float: left;
	width: 392px;
	height: 55PX;
	background: url(../img/login/logo2.png) no-repeat;
/* 	background: url(../img/login/LOGO_63.png) no-repeat; */
	font-family: "Microsoft YaHei";
	font-size: 20px;
	padding: 10px 0 0 300px;
	line-height: 18px;
	margin-left:-100px
}

.logo-2 span span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #b5b5b5;
	line-height:30px;
}

.loginbg {
	height: 440px;
	padding: 70px 5px 0 0;
	background: url(../img/login/bg_18.jpg) top left no-repeat;
}

.Userlogin {
	float: right;
	width: 300px;
	background: #fff;
	-moz-box-shadow: 3px 4px 4px #96c3d4;
	-webkit-box-shadow: 3px 4px 4px #96c3d4;
	box-shadow: 3px 4px 4px #96c3d4;
	/* For IE 8 */
	-ms-filter:
		"progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#cfdae5')"
		;
	/* For IE 5.5 - 7 */
	filter: progid : DXImageTransform . Microsoft .
		Shadow(Strength = 4, Direction = 135, Color = '#cfdae5');
	color: #666;
	overflow: hidden;
}

.Userlogin .title {
	width: 300px;
	height: 37px;
	background: url(../img/login/bg_19.gif) no-repeat;
}

.Userlogin .text {
	float: left;
	width: 300px;
}

.Userlogin .text ul {
	list-style: none;
	padding: 0 30px;
}

.Userlogin .text li {
	padding: 10px 0 3px 0;
}

.Userlogin .text input {
	width: 238px;
	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 {
	float: left;
	margin: 20px 0 30px 82px;
	width: 133px;
	height: 39px;
	border: none;
	background: url(../img/login/but_06.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: 70px;
}