@charset "utf-8";

/* CSS Document */

/* Login : Layout */

#container {
	background: url(../images/bg_login.gif) repeat;
}

#container .bg {
	background: url(../images/bg_login2.png) repeat-x 50% 100%;
}

.content {
	width: 920px;
	margin: 0 auto;
	padding: 70px 0 190px 0;
}

#footer {
	width: 100%;
	padding: 20px 0;
	background: #fff;
}

.footerwrap {
	width: 920px;
	margin: 0 auto;
}

.logo {
	margin-top:48px;
	margin-bottom: 23px;
}

.loginwrap:after {
	display: block;
	clear: both;
	content: ''
}

.loginwrap .vis {
	float: left;
	width: 555px;
	height: 518px;
	background: url(../images/bg_login_left.png) no-repeat;
}

.loginwrap .vis span {
	display: none;
}

.loginwrap .login {
	position: relative;
	float: left;
	width: 365px;
	height: 518px;
	padding: 154px 37px 0;
	background: url(../images/bg_login_right.png) no-repeat;
}

.loginwrap .login .manual {
	position:absolute;
	top: 32px; 
	right: 38px;
	display: inline-block;
	background: url(../images/icon_login_manual.png) no-repeat 0 0;
	padding: 0 0 0 23px;
	height: 16px;
	line-height: 16px;
}

.loginwrap .login .manual:hover {
	background: url(../images/icon_login_manual.png) no-repeat 0 -16px;
	color: #0294e8;
}

.login .item {
	position: relative;
	width: 291px;
	height: 53px;
	margin-bottom: 12px;
	padding: 13px 0 0 51px;
}

.login .uid {
	background: url(../images/bg_login_input.png) no-repeat 0 0;
}

.login .upw {
	background: url(../images/bg_login_input.png) no-repeat 0 -53px;
}

.loginwrap .i_text {
	width: 225px;
	height: 27px;
	padding-top: 0;
	border: 0;
	font-size: 14px;
}

.loginwrap .i_text:hover {
	border: 0;
}

.loginwrap .i_text:focus {
	outline:none;
}

.loginwrap .i_label {
	position: absolute;
	visibility: visible;
	top: 17px;
	left: 53px;
	font-size: 14px;
}

.loginwrap .btn_login {
	display:inline-block;
	width: 290px;
	height: 53px;
	margin-top: 3px;
	background:url(../images/btn_login.png) no-repeat;
}

.loginwrap .btn_login:hover {
	background:url(../images/btn_login_over.png) no-repeat;
}

.login .checkbox {
	display:block;
	font-size: 14px;
	margin-top: 8px;
	color: #212121;
	position: relative;
	text-align:right;
	padding:0 2px;
}

.login .checkbox label {
	line-height: 20px;
	padding-left: 0;
}

input[type="checkbox"] {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0,0,0,0);
	border: 0
}

input[type="checkbox"] + label {
	display: inline-block;
	position: relative;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	margin-bottom: 0;
	font-weight: normal;
	text-overflow: ellipsis;
	max-width: 70%;
	white-space: nowrap;
	overflow: hidden;
	vertical-align:middle;
}

input[type="checkbox"] + label:before {
	content: ' ';
	display: inline-block;
	width: 14px;
	height: 14px;
	line-height: 14px;
	margin: -1px 6px 0 0;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	background: #f4f4f4;
	border: #a6abbc 1px solid;
	border-radius : 1px;
	box-shadow: none;
	margin-bottom: 0;
	font-weight: normal;
}

input[type="checkbox"] + label:active:before,
input[type="checkbox"]:checked + label:active:before {
	box-shadow: none;
}

input[type="checkbox"]:checked + label:before {
	content: '\2714';
	padding: 0 0 0 0;
	color: #fff;
	background: #7c98a5;
	border: #7c98a5 1px solid;
	box-shadow: none;
	transition: 240ms;
}

.slink {
	display:block;
	margin-top:28px;
}

.slink span {
	display:inline-block;
	font-size:14px;
	padding:0 2px;
}

.slink span a {
	color:#323232;
}

.slink span a:hover {
	color:#607d8b;
	text-decoration:underline;
}