﻿@charset "utf-8";
/* CSS Document */
#container{
	width: 100%;
	min-width: 500px;
			} 
#LoginBox{
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 50px;
		} 
.LoginFrame{
	width: 500px;
	background-image: url(image/BgLogin.png);
	background-repeat: no-repeat;
}
.LoginBt{
	width: 260px;
	background-color: #3152B0;
	height: 50px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: "微軟正黑體", Arial, "新細明體";
	font-size: 16px;
	color: #FFFFFF;
}
.WordRed{
	font-family: "微軟正黑體", Arial, "新細明體";
	font-size: 14px;
	color: #FF0000;

}
