@charset "utf-8";

html, body { height:100%; margin: 0; padding: 0; }
body > table
{/*filter:alpha(Opacity=70, FinishOpacity=70, Style=2); _filter:alpha(opacity=70); opacity:0.7; -moz-opacity: 0.7;*/
  margin: 0; width:100%; /*background-color:#000; */
}

body { background: url(../../rrxin/images/index.jpg) no-repeat top;
	background-color: #DCD3B4;
}

#spanError { color: red; }	/* Err msg */

#loginForm {	/* 登入框: 部份css於呼叫BlockUI時傳入 */
	/*background: url(../../rrxin/images/loginbg.jpg) repeat;
	margin-top: 20%; margin-left: 40%;*/
	width: 280px; height: 180px;
  padding: 20px 10px;
	text-align: center; vertical-align: middle;
  font-family: "新細明體";
  display: none;
}
#loginForm p {  height: 25px; margin-top: 5px; margin-bottom: 5px; }

.login_box {	/* 帳號密碼text框 */
	font-size: 15px;
	color: #333333;
	border: 1px solid #666666;
	width: 170px;
}
.login_button {	/* 登入鍵, 同 style.css的 .result_bt */
	font-size: 15px; color: #FFF; line-height: 20px; font-weight: normal; background-color: #CB842E; border: 1px solid #A06823; height: 20px; margin: 0 0 2px 2px; cursor: pointer;
	/*font-size: 13px;
	color: #333333;
	border: 1px solid #666666;
	cursor: pointer;*/
}