@charset "utf-8";
/* CSS Document */
#loginFrame {
	width:534px;
	height:236px;
	text-align:left;
	position:relative;
	margin:300px auto auto;
}
#loginFrame form {
	padding:0px;
	margin:0px;
}
#loginFrame div#top {
	background-image:url(../images/bg_login_top.png);
	height:50px;
	padding:18px 10px 0;
	width:514px;
	background-repeat:no-repeat;
	position:relative;
}
#loginFrame div#center {	
	background-image:url(../images/bg_login_center.png);
	height:153px;
	width:490px;
	background-repeat:repeat-y;
	padding:26px 22px 0px;
	position:relative;
}
#loginFrame div#bottom {
	background-image:url(../images/bg_login_bottom.png);
	height:12px;
	width:534px;
	background-repeat:no-repeat;
}
#loginFrame div#top div#title {
	font-family:  Verdana,Arial,"細明體", "新細明體","MingLiU";
	font-size:15px;
	font-weight:bold;
	color:#333;
	width:159px;
	height:26px;
	position:absolute;
	left:186px;
	top:32px;
	text-align:center;
	line-height:24px;
	overflow:hidden;
}
#loginFrame div#center div#line{
	/*background-image:url(../images/bg_login_line.png);
	background-repeat:repeat-x;*/
	height:14px;
	width:500px;
	position:absolute;
	top:10px;
	left:16px;
	border-top:1px dashed #ccc;
}
.loginInputs {
	border:solid 1px #c9c9c9;
	width:258px;
	height:17px;
	font-size: 12px;
}
.loginVerification {
	border:solid 1px #c9c9c9;
	width:154px;
	height:17px;
	font-size: 12px;
}
#loginFrame div#center td.left {
	width:120px;
	text-align:right;
	font-size:12px;
	color:#848484;
}
#loginFrame table {
	padding-bottom:10px;
}
.btn{
	background-color:transparent;
	background-image:url(../images/be_frm_btn.gif);
	background-repeat:no-repeat;
	width:90px;
	height:17px;
	cursor:pointer;
	border:0;
	font-size: 12px;
}

div.error {
	color:#f00;
	font-size:12px;
}
