body {
	font-family:"Verdana", "Arial", "sans-serif", "新細明體", "細明體";
	background:url(../images/login_bg.gif) repeat-x 0 50px;
	text-align:center;
	margin:0;
	padding:0;
}
form {
	letter-spacing: 1px;
	word-spacing: 1px;
	margin:0;
	padding:0;
	
}
#content{
	border-left:1px solid #DCDCDC;
	border-right:1px solid #DCDCDC;
	width:662px;
	padding-top:54px;
	margin:0 auto;
}
#login_title{
	background:url(../images/manager_title.gif) no-repeat;
	height:214px;
	width:312px;
	text-align:left;
}
#login_title img{
	margin-top:50px;
}
#login{
	margin:0;
}
p{
	margin:5px 25px 5px 0;
	padding:0;
	text-align:right;
}

#login th,#login td{
	background:url(../images/h_dot.gif) repeat-x bottom;
	padding:5px;
	text-align:left;
}
td.member{
	padding:-5;
	margin:0;
	font-size:10pt;
	color:#8C96CB;
}
td.member a{
	color:#A0522D;
	text-decoration:none;
	word-spacing:1px;
}
td.member a:hover{
	color:#FF8C00;
	text-decoration:underline;
}
/*文字欄標題字體設定*/
#login th{
	text-align:justify;
	text-align-last:justify;
	text-justify:distribute-all-lines;
	color:#434343;
	font-size:11pt;
	font-weight:normal;
	white-space:nowrap;
	width:110px;
}
/*文字欄字體設定*/
.input {
	font:10pt "Verdana", "Arial", "sans-serif", "新細明體", "細明體";
	letter-spacing: 1px;
	border: 1px solid #919191;
}
/*新聞table設定*/
#list {
	margin:5px;
	font-size:10pt;
	color:#666666;
	text-align:left;
}
#list td{
	padding:3px;
	border-bottom: 1px dotted #DDDDDD;
	font-size:10pt;
}
#list a{
	color:#434343;
	text-decoration:none;
}
#list a:hover{
	color:#CD853F;
	text-decoration:underline;
}

/*按鈕欄字體設定*/
.btn{
	letter-spacing: 1px;
	border: 1px solid #949494;
	background:url(../images/btn_bg.gif) repeat-x;
	padding:3px 0;
	height:23px;
}
.copyright{
	height:24px;
	border-top: 1px solid #DBDBDB;
	border-bottom: 4px solid #DBDBDB;
	text-align:right;
	vertical-align:middle;
	padding-right:10px;
	font-size:10pt;
	color:#8C96CB;
}