@charset "utf-8";
#main_fbox{
background:url(../../images/lb/grid3.png);
position:fixed;
z-index:99;
width:100%;
height:100%;
text-align:center;
display:none;
left:0px;
top:0px;
}

#main_fcontent{
position:relative;
background:url(../../images/lb/grid2.png);
color:#ffffff;
overflow:auto;
margin:auto;
}

#main_fdetails{
text-align:left;
overflow:hidden;
}

.lb_header{
	background-color:#3f1c00;
	padding:10px;
	padding-bottom:0px;
	color:#fff;
}
#lb_title{
	font-family:"微軟正黑體", Arial;
	font-size:25px;
/*	color:#8fd4e0;*/
	text-shadow:0px 1px 1px #000;
	padding:3px;
	text-align:left;
	height:30px;
}

#main_fclose_bar{
background:url(../../images/lb/lb_close_whi.png) no-repeat center center;
width:30px;
height:30px;
margin:auto;
margin-right:0px;
cursor:pointer;
/*background-color:#fff;*/
border-radius:0px;
float:right;
}