#shaded_box {
	display: none;
	width: 50px;
	height: 1px;
}

.shaded_box_tl {
	width:10px;
	height:10px;
	background-image:url(../images/common/shaded_box_tl.gif);
	background-repeat:no-repeat;
	width:10px;
	float:left;
}

.shaded_box_tc {
	width:100%;
	height:10px;
	background-image:url(../images/common/shaded_box_tc.gif);
	background-repeat:repeat-x;
	margin-right:-20px;
	float:left;
}

.shaded_box_tr {
	width:10px;
	height:10px;
	background-image:url(../images/common/shaded_box_tr.gif);
	background-repeat:no-repeat;
	float:left;
}

.shaded_box_ml {
	width:10px;
	height:100%;
	background-image:url(../images/common/shaded_box_ml.gif);
	background-repeat:repeat-y;
	float:left;
	display: inline;	
	margin-top:0px;
	margin-bottom:-20px;
}

.shaded_box_mc {
	background-image:url(../images/common/spacer.gif);
	background-repeat:repeat;
	float:left;
	width:100%;
	height:100%;
	display: inline;
	margin-right:-20px;
	margin-bottom:-20px;
	margin-top:0px;
	margin-left:0px;
}

.shaded_box_mr {
	width:10px;
	height:100%;
	background-image:url(../images/common/shaded_box_mr.gif);
	background-repeat:repeat-y;
	float:left;
	margin-bottom:-20px;
}

.shaded_box_bl {
	width:10px;
	height:10px;
	background-image:url(../images/common/shaded_box_bl.gif);
	background-repeat:no-repeat;
	float:left;
	margin: 0 0 0 0;
	
}

.shaded_box_bc {
	width:100%;
	height:10px;
	background-image:url(../images/common/shaded_box_bc.gif);
	background-repeat:repeat-x;
	float:left;
	margin-right:-20px;
	
}

.shaded_box_br {
	width:10px;
	height:10px;
	background-image:url(../images/common/shaded_box_br.gif);
	background-repeat:no-repeat;
	margin-right:-20px;
	float:left;
}