@charset "utf-8";
/* CSS Document */
#main_fclose_bar_req{
background:url(../../images/lb/lb_close.png) no-repeat center center;
width:30px;
height:30px;
margin:auto;
margin-right:0px;
cursor:pointer;
border-radius:0px;
float:right;
}
#main_fbox_req{
background:url(../../images/lb/grid2.png);
position:fixed;
z-index:99;
width:100%;
height:100%;
display:none;
left:0px;
top:0px;
margin:auto;
}

#main_fcontent_req{
position:relative;
color:#bbbbbb;
font-family: Arial;
font-size:11px;
margin:auto;
width:790px;
}

.swtitle{
font-family:Arial;
font-size:13px;
color:#bbbbbb;
margin:auto;
padding-bottom:15px;
}
.swtitle_sub{
font-family:Arial;
font-size:11px;
color:#a8a8a8;
}

.pluginpan{
/*background-color:#121212;*/
margin:auto;
text-align:left; 
border-left:1px solid #222;
}

.sw_download{
	/*	background:url(../../images/browser_req/download.png) no-repeat;*/
	background-color:#0C0C0C;
	border-radius:5px;
	text-align:center;
	width:118px;
	padding:5px 10px;
	cursor:pointer;
	color:#666666;
}

.sw_download:hover{
/*background:url(../../images/browser_req/download_ro.png) no-repeat;*/
	background-color:#000;
	color:#bbbbbb;
}
.lb_req_body{
	background-color:#121212;
	margin:10px 0px;
	padding:20px 25px;
}
.lb_req_remark{
	text-align:right;
}
.lb_req_title{
	font-family:"微軟正黑體", Arial;
	font-size:24px;
	color:#fff;
	text-align:left;
}