@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{
	background-color:#ffffff;
	text-align:left;
	overflow:hidden;
}

.lb_header{
	padding-bottom:0px;
	color:#fff;
}
#lb_title{
	font-family:"微軟正黑體", Arial;
	background-color:#293745;
	display:table-cell;
	padding:8px 20px 8px;
	font-size: 20px; 
	border-radius:10px 10px 0px 0px;
/*	color:#8fd4e0;*/
	text-shadow:0px 1px 1px #000;

}
#lb_close_container{
	left:0px;
	background:url(../../images/lb/grid3.png);
	position:absolute;
	height:30px;
	width:100%;
	
}
#main_fclose_bar{
margin:auto;
margin-right:0px;
/*background-color:#fff;*/
border-radius:0px;
float:right;
margin-top:10px;


}
#main_fclose_bar > div{
background:url(../../images/lb/lb_close_whi.png) no-repeat center center;
width:30px;
height:30px;
cursor:pointer;
position:absolute;
margin-left:-30px;
background-color:#293745;
border-radius:5px;
}
#main_fclose_bar > div:hover{
	background-color:#e60095;
}
#mf_iframe{
	overflow:hidden!important;
}