@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	font-family: "微軟正黑體", "Microsoft JhengHei", "新細明體", PMingLiU, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.5em;
	color: #333;
	background-color: #d3d3d3;
}
#wrapper {
	padding: 0px;
	width: 980px;
	margin-top: 130px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/login_box_bg.png);
	background-repeat: repeat;
}
#header {
	margin-bottom: 55px;
	height: 110px;
	background-color: #393939;
	padding-top: 10px;
	padding-bottom: 10px;
}
#logo {
	margin-left: 155px;
	float: left;
	height: 101px;
	width: 127px;
	margin-right: 45px;
}
#header h1 {
	font-size: 3.4em;
	color: #FFF;
	padding: 0px;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	letter-spacing: 1px;
	font-weight: 600;
}
#header h1 span {
	font-size: 0.4em;
	color: #FFF;
	display: block;
	margin-top: 23px;
	font-weight: normal;
}

#identity {
	padding: 0px;
	width: 710px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
}
#identity li {
	display: inline-block;
	list-style-type: none;
	margin-right: 20px;
	*float: left;
}

#mace_login {
	padding-bottom: 30px;
}
#login_article {
	width: 710px;
	margin-right: auto;
	margin-left: auto;
	background-color: #f8c300;
	border-radius: 10px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 40px;
	padding-left: 20px;
}
.login_title {
	background-image: url(../images/login_icon.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 42px;
	padding-left: 55px;
	font-size: 2em;
	line-height: 42px;
	margin-bottom: 20px;
}
.notice_txt {
	color: #F30;
	font-size: 0.6em;
}
#login_form {
	float: left;
	width: 460px;
	margin: 0px;
	padding: 0px;
}
#login_form li {
	list-style-type: none;
	margin-bottom: 10px;
}
.form_title {
	width: 100px;
	text-align: center;
	letter-spacing: 2px;
	font-size: 1.5em;
	line-height: 50px;
	float: left;
}
.form_td input {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: right;
	color: #999;
	font-size: 1.5em;
	letter-spacing: 1px;
	font-family: "微軟正黑體", "Microsoft JhengHei", "新細明體", PMingLiU, Arial, Helvetica, sans-serif;
	height: 50px;
	padding-right: 10px;
	padding-left: 10px;
	*margin-top:-10px;
	*height: 30px;
}
.form_code {
	float: left;
	width: 80px;
	background-color: #FFF;
	height: 50px;
	margin-left: 8px;
}
.login_right {
	float: right;
	width: 196px;
	height: 175px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	border-radius: 15px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.login_btn {
	float: right;
	width: 196px;
	background-image: url(../images/btn_bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: #4a4a4a;
	height: 175px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 3em;
	color: #FFF;
	font-family: "微軟正黑體", "Microsoft JhengHei", "新細明體", PMingLiU, Arial, Helvetica, sans-serif;
	font-weight: 600;
	padding: 0px;
	border-radius: 10px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	cursor: pointer;
}
.login_btn:hover {
	background-color: #393939;
	background-image: none;
}
.ver_update {
	display: block;
	text-decoration: none;
	color: #333;
	font-size: 0.9em;
	letter-spacing: 1px;
	text-align: center;
}
.w100 {
	width: 330px;
}
.w80 {
	width: 235px;
}
.copyright {
	text-align: center;
	color: #555;
	width: 710px;
	margin-right: auto;
	margin-left: auto;
	font-size: 0.9em;
	line-height: 2.3em;
	margin-top: 10px;
}
.contact {
	padding: 2px 6px;
	border: 1px solid #666;
	border-radius: 15px;
	margin-left: 10px;
	color: #555;
	text-decoration: none;
}
.contact:hover {
	background: #666;
	color: #ddd;
}
.clean {
	clear: both;
}
