@charset "utf-8";
html{
	height:100%;
}
body{
	font-size:12px;
	height:100%;
	margin:0;
	padding:0;
	color:#1d1d1d;
	text-align:center;
	background:url(../../images/cn/domain/login_bg.gif) repeat-x;
}
input{
	font-size:12px;
	border:1px solid #99c094;
	width:177px;
	height:18px;
	line-height:18px;
}
.loginBg {
	width:1002px;
	height:100%;
	margin:0 auto;
	background:url(../../images/cn/domain/login.jpg) center top no-repeat;
}
.login {
	width:1002px;
	height:100%;
	margin:0 auto;
	position:relative;
	font-size:12px;
}
ul.loginUl {
	position:absolute;
	bottom:0;
	left:0;
	*left:-40px;
	width:1002px;
	list-style:none;
	line-height:22px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:right;
	border-top:1px #e4e4e4 solid;
	color:#9e9e9e;
}
ul.loginUl li{
	padding-right:130px;
}
.loginTable {
	width:247px;
	height:246px;
	position:absolute;
	top:195px;
	right:230px;
	text-align:left;
}
.loginTable table {
	line-height:30px;
	color:#1d1d1d;
}
.loginTable td {
	padding:3px 5px;
	text-align:left;
	vertical-align:middle;
}
.loginTable p {
	margin-left:40px;
	padding:15px 0 0 36px;
	height:29px;
	margin-top:30px;
	background: url(../../images/cn/domain/login_h5_bg.gif) no-repeat;
	color:#7ea973;
}
.loginTable p a {
	padding:0;
	color:#7ea973;
	font-weight:bold;
	text-decoration:none;
}
.loginButton {
	width:74px;
	height:32px;
	margin:10px 0 23px 51px;
	border:0;
	cursor:pointer;
	background:url(../../images/cn/domain/login_button.gif) no-repeat;
}

