.bg_orange {
  background: #ff9400;
  color: #fff;
}
.gray_strips {
  background: transparent url('/img/backgrounds/gray_strips.gif');
}
.orange_angle_left {
  background: transparent url('/img/backgrounds/orange_angle_left.gif') left top no-repeat;
  padding-left: 9px;
}
.orange_angle_right {
  background: transparent url('/img/backgrounds/orange_angle_right.gif') right top no-repeat;
  padding-right: 9px;
}
