.body_bg {
	background-color: #efefef;
	vertical-align: top;
	padding: 20px 0 0 0;
}

.login_bg {
	height: 491px;
	width: 900px;
	margin: 0 auto;
	background: #2bbae9 url(../img/login_blank.jpg) no-repeat 0px top;
	border: 1px solid #FFFFFF;
}

.login_bg .tab_login {
	font-family: "微軟正黑體";
	margin-top: 150px;
	margin-left: 330px;
	text-align: left;

}

.tab_announce {
	width: 900px;
	margin-top: 50px;
	border-style: solid;
	border-width: 3px;
	border-color: #2bbae9;
	background-color: #f4f4f4;
	border-collapse: collapse;
}

.tab_announce td {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	border-bottom: 1px solid;
	border-right: 1px solid lightgray;
}

.bot_text {
	text-align: left;
	font-size: 0.5em;
	background-color: #5C5749;
	height: 210px;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	color: #cdcdcd;
	line-height: 20px;
}

.info {
	margin-left: 30px;
	margin-bottom: 3px;
	color: #cdcdcd;
	width: 80%;
	float: left;
}

.info a {
	color: #FEF2C7;
	text-decoration: none;
}

.stamp {
	float: left;
}

.btn_login {
	border: none;
	border-radius: 19px;
	cursor: pointer;
	width: 200px;
	height: 60px;
	background-color: #ffb380;
	/* color: white; */
	font-size: 1.7em;
	font-family: "微軟正黑體";
	font-weight: bold;
}

.btn_more {
	border: none;
	border-radius: 10px;
	cursor: pointer;
	width: 100px;
	height: 30px;
	background-color: #ffb380;
	font-size: 0.8em;
	font-family: "微軟正黑體";
}

input[type=button]:hover {
	background-color: #ff8635;
}


.tab_announce a:hover {
	color: #b75f03;
}