@charset "utf-8";
/* CSS Document */
@import url("theme.css");
@import url("reest.css");
body{
	background:url(../images/bg.jpg) no-repeat center top;
	}
#wrapper{
	width:1004px;
	margin:0 auto;
	}
#header_box {
	position: relative;
	padding-top:20px;
	height: 200px;
	}
#logo_box{
	width: 255px;
	height: 189px;
	position: absolute;
	left: 20px;
	top: 30px;
	z-index: 99;
	}
#index_big_text{
	width: 520px;
	position: absolute;
	right: 120px;
	top: 130px;
	z-index: 99;
	color: #907242;
	font-weight: bold;
	font-size: 15px;
	line-height: 24px;
	}
#center_box{
	padding-top:20px;}
#banner_box{
	position:relative;
	width:618px;
	float:left;
	}
#banner_left_icon{
	position:absolute;
	top:50%;
	left:10px;
	z-index:11;
	margin-top:-17px;
	}
#banner_right_icon{
	position:absolute;
	top:50%;
	right:10px;
	z-index:10;
	margin-top:-17px;
	}
#banner_box ul{
	position:relative;
	width:618px;
	height:495px;}
#banner_box ul li{
	position:absolute;
	top:0px;
	left:0px;}
/**login**/
#login_box{
	width:314px;
	height:497px;
	float:left;
	background:url(../images/login_bg.png) no-repeat center top;
	position: relative;
	}
#login_title{
    text-align: center;
	margin-top:50px;
	margin-bottom:20px;
	font-size: 26px;
	font-weight: bold;
	color: #814d05;
}


/*form*/
#form1{
	margin-left: 8%;
	margin-right: 8%;
	 margin-top: 24px;
}
#form1 input{
	background-color: #FFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #9a8c81;
	opacity: 0.5;
	border-radius: 5px;
	width: 94%;
	padding:3%;
	height: 25px;
	margin-bottom: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #9a8c81;
	border-bottom-color: #C7B1A2;
	border-left-color: #C7B1A2;
	color:#7C7C7C;
	font-size:13px;
} 
#form1 input.fst1{
	font-size:15px;
	color:#000;
	font-weight:bold;}     
#form1 img{
	margin-right:10px;
}
.login_buttom{
	margin:0 auto;
	margin-top:35px;
	width:256px;
	height:61px;
	background:url(../images/login_buttom.png) no-repeat center top;
	}
.login_buttom:hover{
	background:url(../images/login_buttom_o.png) no-repeat center top;}
.login_buttom a{
	display:block;
	text-indent:-99999px;
	width:256px;
	height:61px;
	}
.forgot_text{
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 15px;
	text-align:center;
}
.forgot_text a{
	color: #666;
	text-decoration: underline;
}
.forgot_text a:hover{
	color: #000;
}

/*******footer*******/
#footer_box{}
#footer_box p{
	text-align:center;
	padding-top:20px;
	font-size: 15px;
	color: #888;
}


.forgot_password {
	margin: 0 10px 0 0;
	}
.create_account {
	padding: 0 0 0 20px;
	}	
	
	
	
/*******彈跳視窗*******/
#iframedetail {
	position:fixed;
	width:100%;
	height:100%;
	z-index:10000000;
	left: 0;
	top: 0;
	/* background:#000; */
	display: table;
	text-align: center;
	vertical-align: middle;
	zoom:1\8; /* required for the filters */
	background: rgba(0, 0, 0, 0.6);
	background: transparent \9;
	display: none;

}
.iframedetailcell { 
	height: 480px;
	width: 800px;
	position: relative;
	vertical-align: middle;
	display: table-cell;
	z-index: 10000001;
	text-align: center;
	margin-right: auto;
	margin-left: auto;

}

#iframedetail .iframe_box {
	margin: 350px auto;
	vertical-align: middle;
	width: 520px;
	background-image: url(../images/iframe_bg.png);
	background-repeat: no-repeat;
	height: 250px;
	font-family: Helvetic, Arial, "Microsoft JhengHei", "Segoe UI", "Microsoft JhengHei", "微軟正黑體", "微软雅黑", "Microsoft YaHei", "Lucida Grande", "Lucida Sans Unicode", clean, sans-serif;
	font-size: 18px;
	color: #7a7a7a;
	line-height: 24px;

	}
.iframe_box .title{
    padding: 14px 0 0 26px;
    color: #fff;
    float: left;
}
.iframe_box .xicon{
    float: right;
    padding-right: 21px;
    padding-top: 12px;
	cursor: pointer;
}
.iframe_box_info {
	padding: 30px 20px 10px 20px;
	text-align: left;
}
.iframe_box_info h4 {
	font-weight: bold;
	text-decoration: underline;
	margin: 0 0 6px 0;
}
.iframe_box_info p {
	font-size: 16px;
}
.clear{
	clear: both;
}



/*******管理員登入*******/

#logo_box_admin {
	width: 255px;
	height: 189px;
	margin: 10px auto;
}
#login_box_admin {
	width: 314px;
	height: 497px;
	background: url(../images/login_bg.png) no-repeat center top;
	position: relative;
	margin: 0 auto;
	padding: 26px 0 0 0;
}
#login_title_admin {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 30px;
	color: #814d05;
	font-weight: bold;
	text-align: center;
}
#login_title_admin span {
	display: block;
	color: #333;
	font-size: 20px;
	font-weight: normal;
	margin: 5px 0;
}