@charset "utf-8";
.fuborder_T {
	width:100%;
	height:5px;
	background:url(images/bar_T.gif) repeat-x top left;
	display:block;
	overflow:hidden;
	position:absolute;
	top:0;
	left:0;
	z-index:101;
}
.fuborder_TL {
	width:5px;
	height:5px;
	background:url(images/corner_LT.gif) no-repeat top left;
	display:block;
	float:left;
}
.fuborder_TR {
	width:5px;
	height:5px;
	float:right;
	display:block;
	background:url(images/corner_RT.gif) no-repeat top left;
}
.fuborder_M {
	width:100%;
	height:100%;
	display:block;
	background-color:#f0f0f0;
	position:absolute;
	z-index:100;
}

.fuborder_ML {
	width:5px;
	height:100%;
	float:left;
	display:block;
	background:url(images/bar_L.gif) repeat-y top left;
}
.fuborder_MR {
	width:5px;
	height:100%;
	float:right;
	display:block;
	background:url(images/bar_R.gif) repeat-y top left;
}
.fuborder_B {
	width:100%;
	height:5px;
	display:block;
	background:url(images/bar_B.gif) repeat-x top left;
	position:absolute;
	z-index:102;
	bottom:0;
	overflow:hidden;
}
.fuborder_BL {
	width:5px;
	height:5px;
	display:block;
	float:left;
	background:url(images/corner_LB.gif) no-repeat top left;
}
.fuborder_BR {
	width:5px;
	height:5px;
	display:block;
	float:right;
	background:url(images/corner_RB.gif) no-repeat top left;
}