#RoundBox{
	width:100%;
	
}
#RoundBox .left_top{
	background-image:url(../images/box/left_top.png);
	width:5px;
	height:5px;
}
#RoundBox  .left_middle{
	background-image:url(../images/box/left_middle.gif);
	background-position:left;
	width:5px;
}
#RoundBox  .left_bottom{
	background-image:url(../images/box/left_bottom.png);
	background-position:bottom;
	background-repeat:no-repeat;
	height:8px;
	widows:5px;
	
}
#RoundBox .top_middle{
	background-image:url(../images/box/top_middle.gif);
	background-position:top;
	background-repeat:repeat-x;
	height:5px;
}
#RoundBox .right_top{
	background-image:url(../images/box/right_top.png);
	background-position:top;
	background-repeat:no-repeat;
	width:8px;
	height:5px;
}
#RoundBox .right_middle{
	background-image:url(../images/box/right_middle.gif);
	background-position:right;
	background-repeat:repeat-y;
	width:8px;
}
#RoundBox .right_bottom{
	background-image:url(../images/box/right_bottom.png);
	background-position:bottom;
	background-repeat:no-repeat;
	width:8px;
	height:8px;
}
#RoundBox .bottom_middle{
	background-image:url(../images/box/bottom_middle.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	height:8px;
}
#RoundBox .box_middle{
	vertical-align:top;
	padding-right:5px;
	padding-bottom:1px;
	padding-left:2px;
	color:#000000;
	font-size:12px;
	font-weight:normal;
}
#RoundBox .box_middle a{
	
}
