/* BG BOX */

.m16_orange {background: url(images/bgbox/bg16-orange.png) no-repeat top; padding:10px 0 5px 0;}
.b16_orange {background: url(images/bgbox/bg16-orange.png) no-repeat bottom; height: 5px;}

.t8_green {background: url(images/bgbox/bg8-green.png) no-repeat top; padding: 10px 20px 5px 20px;}
.b8_green {background: url(images/bgbox/bg8-green.png) no-repeat bottom; height: 5px;}

.t8_blue {background: url(images/bgbox/bg8-blue.png) no-repeat top; padding: 10px 20px 5px 20px;}
.b8_blue {background: url(images/bgbox/bg8-blue.png) no-repeat bottom; height: 5px;}

.border-orange {
  background-color: #FFF1D9;
	display: inline-block; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: inset 0 1px 5px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0 1px 5px rgba(0,0,0,0.2);
	box-shadow: inset 0 1px 5px rgba(0,0,0,0.2);
	border: 1px solid rgba(175,120,35,0.8);
	width: 548px;
}