@charset "utf-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td { padding:0; margin:0; font-size:12px; line-height:100%; font-family:Arial, sans-serif;}

ul, ol { list-style:none;}
img { border:0;}

body { margin:0; text-align:center; background:#3a444e;}
.login-logo {
	width: 630px;
	height: 86px;
	background: url(../default/images/login-logo.png);
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -291px;
	margin-top: -247px;
}
.login-form {
	width: 100%;
	height: 302px;
	background: url(../default/images/login-form-bg.png);
	top: 50%;
	position: absolute;
	margin-top: -151px;
}
.login-form ul {
	width: 582px;
	height: 100%;
	overflow: auto;
	margin: auto;
}
.login-form ul li {
	float: left;
}
.login-form ul li.left {
	width: 194px;
	height: 217px;
	background: url(../default/images/login-form-left-bg.png) no-repeat;
	margin-top: 50px;
}
.login-form ul li.center {
	width: 300px;
	height: 100%;
}
.login-form ul li.center table {
	width: 100%;
	border: 0;
	margin-top: 75px;
}
.login-form ul li.center table tr td {
	text-align: left;
	text-indent: 46px;
}
.login-form ul li.center table tr td.login-key {
	text-indent: 24px;
}
.login-form ul li.center table tr td.input-text {
	font-size: 14px;
	color: #49b2ea;
	padding: 4px 0;
}
.login-form ul li.center table tr td input.input-val {
	border: 1px #49b2ea solid;
	width: 156px;
	height: 23px;
}
.login-form ul li.right {
	width: 66px;
	height: 88px;
	background: url(../default/images/login-form-right-bg.png) no-repeat;
	margin-top: 100px;
}
.login-form ul li.center table tr td.input-btn {
	padding: 10px 0;
}
.login-form ul li.center table tr td.input-btn input {
	border: 1px #49b2ea solid;
	margin: 0 15px;
	padding: 2px 15px;
	cursor: pointer;
}
.login-copyright {
	width: 582px;
	height: 48px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -291px;
	margin-top: 160px;
	text-align: center;
}
.login-copyright p {
	color: #FFF;
	line-height: 30px;
}	
}
