@CHARSET "UTF-8";

body {
	font: 100% Arial, "微軟正黑體", "Microsoft JhengHei", sans-serif;
	margin: 0;
	padding: 0;
	color: #000;
	background-color: #fff;
}
div {
    margin: 0;
    padding: 0;
}
a { outline: none; }
img {
	max-width: 100%;
	height: auto;
}

/* 主容器 */
.ctn-main {
	position: relative;
	margin: 8% auto 1em auto;
	width: 950px;
	height: 373px;
	background-image: url("../image/login_bg.jpg");
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #fff;
}
/* 系統標題 */
.ctn-banner {
	height: 55px;
	background-image: url("../image/login_title.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
}
/* 登入區塊 */
.ctn-login {
	position: absolute;
	top: 25%;
	right: 2em;
	padding: 1em;
	width: 300px;
	height: 200px;
	background-color: #fff;
	border: 1px solid #E6DDD4;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	box-shadow: 3px 3px 5px #ddd;
}
/* 登入標題 */
.login-title {
	display: inline-block;
	padding-bottom: 2px;
	padding-left: 25px;
	width: 90%;
	min-height: 21px;
	border-bottom: 1px solid #ddd;
	font-size: 1.25em;
	font-weight: bold;
	color: #739220;
	background-image: url("../image/login_door.png");
	background-repeat: no-repeat;
	background-position: left 2px;
	background-color: transparent;
}
/* 登入表格 */
.table-login {
	color: #555;
	border: none;
}
.table-login td,
.table-login th {
	padding: .5em;
	vertical-align: middle;
	border: none;
}
.table-login .login-row-title {
	text-align: right;
	font-weight: bold;
}
.table-login input,
.table-login textarea,
.table-login select {
	font-family: Arial, "微軟正黑體", "Microsoft JhengHei", sans-serif;
	font-size: 1em;
	color: #555;
}
.table-login img {
	vertical-align: middle;
}
/* 版權宣告 */
.copyright-info {
	text-align: center;
	color: #555;
}
