@charset "utf-8";
* {
	font-size: 18px !important;
}
form {
	border: 0;
}
input:-webkit-autofill, 
textarea:-webkit-autofill, 
select:-webkit-autofill {
	background: none;
}
button {
	border: 0;
	background: none;
	cursor: pointer;
}
input[type="button"] {
	cursor: pointer;
}
#header {
	width: 100%;
	height: 51px;
	background: url(../images/login/top-bg.png) repeat-x;
}
.inner {
	position: relative;
	width: 1000px;
	margin: 0 auto;
}
#header .inner {
	height: 51px;
	overflow: hidden;
}
#header .inner h1 {
	line-height: 51px;
	color: #fff;
	text-align: left;
	float: left;
}
#header .inner ul {
	float: right;
	overflow: hidden;
}
#header .inner ul li {
	float: left;
}
#header .inner ul li a {
	padding: 0 16px;
	display: block;
	line-height: 51px;
	color: #fff;
	border-right: 1px solid #cc4e0d;
}
#header .inner ul li:first-child a {
	border-left: 1px solid #cc4e0d;
}
#header .inner ul li a:hover {
	background: #f2864d;
}
#header .inner ul li a.act {
	background: #cc4e0d !important;
	font-weight: bold;
}

#content .login div {
	position: absolute;
	top: 50%;
	margin: 245px auto 0;
	left: 0;
	right: 0;
	width: 404px;
	height: 245px;
	background: url(../images/login/login-bg.png) no-repeat;
}
#content .inner div form {
	width: 351px;
	margin: 70px 0 0 22px;
}
#content input {
	margin-left: 31px;
	width: 320px;
	height: 36px;
	background: none;
	border: 0;
}
#content input[type="password"] {
	margin-top: 18px;
}
#content input[type="submit"] {
	margin-top: 32px;
	margin-left: 0;	
	width: 351px;
	height: 30px;
	background: url(../images/login/login-btn.png) no-repeat;
	border: 0;
}

#content h1 {
	padding-top: 50px;
	padding-bottom: 15px;
	margin-bottom: 37px;
	border-bottom: 1px solid #cc4e0d;
	text-align: left;
	font-weight: bold;
}

#content table {
	width: 100%;
	border: 1px solid #bcbdbd;
}
#content table th {
	border-color: rgb(188, 189, 189);
	background-image: -moz-linear-gradient( 90deg, rgba(0, 0, 0, 0.1) 0%, rgb(255,255,255) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgba(0, 0, 0, 0.1) 0%, rgb(255,255,255) 100%);
	background-image: -ms-linear-gradient( 90deg, rgba(0, 0, 0, 0.1) 0%, rgb(255,255,255) 100%);
	box-shadow: 0px 0px 4.75px 0.25px rgba(0, 0, 0, 0.06);
	border-bottom: 1px solid #bcbdbd;
}
#content table th,
#content table td {
	height: 39px;
	line-height: 39px;
	border-right: 1px solid #e4e5e5;
}
#content .login table th, 
#content .login table td {
	height: 36px;
	line-height: 36px;
}
#content table th:last-child,
#content table td:last-child {
	border-right: 0;
}
#content table tbody tr {
	border-bottom: 1px solid #bcbdbd;
}
#content table tbody tr:last-child {
	border-bottom: 0;
}
#content table td a:hover {
	font-weight: bold;
}

.paging {
	margin-top: 30px;
}
.paging a,
.paging b {
	padding: 0 10px;
	height: 30px;
	line-height: 20px;
	border: 1px solid #bcbdbd;
}
.paging a {
	margin-left: 5px;
}
.paging a + b {
	margin-left: 5px;
}

.org-btn {
	text-align: right;
}
.org-btn button {
	display: inline-block;
	margin-top: 30px;
	padding: 0 10px;
	height: 40px;
	line-height: 40px;
	border-style: solid;
	border-width: 1px;
	border-color: rgb(198, 122, 15);
	background: #f17839;
	box-shadow: 0px 1px 1px 0px rgba(17, 31, 37, 0.35),inset 0px 2px 0px 0px rgba(255, 255, 255, 0.21);
	color: #fff;
}

#insertForm td input[type="text"] {
	width: 80%;
}
#insertForm td input[type="button"] {
	width: 100%;
	margin-left: 0;
}

#content .password div {
	background: url(../images/login/password-bg.png) no-repeat;
}
#content .password div table,
#content .password div table tr {
	border: 0;
}
#content input.recentPw {
	margin-top: 53px;
	margin-left: 122px;
	width: 229px;
}
#content input.pw {
	margin-top: 6px;
	margin-left: 122px;
	width: 229px;
}
#content input.pwCheck {
	margin-top: 6px;
	margin-left: 122px;
	width: 229px;
}
#content .password input[type="button"] {
	margin-top: 17px;
	margin-left: 0;	
	width: 352px;
	height: 30px;
	background: url(../images/login/password-btn.png) no-repeat;
	border: 0;
}