#form-express.box h4 {
  background-image: url('../../img/theme02/bg-box-form-top.png');
}
#offer.box h4 {
  background-image: url('../../img/theme02/bg-box-offer-top.png');
}
#form-express.box {
  background-image: url('../../img/theme02/bg-box-form-middle.png');
}
#offer.box {
  background-image: url('../../img/theme02/bg-box-offer-middle.png');
}
#form-express.box .box-footer {
  background: transparent url('../../img/theme02/bg-box-form-bottom.png') no-repeat bottom;
}
#offer.box .box-footer {
  background: transparent url('../../img/theme02/bg-box-offer-bottom.png') no-repeat bottom;
}
#offer h3 {
  background-color: #f3d38c;
}
#offer h3 a {
  color: #646464;
  text-decoration: none;
}
.news-latest-morelink a {
  color: #ffffff;
  font-style: italic;
}
#offer p {
  color: #646464;
}
#offer.box .box-quicklink {
    background-color: #f3d38c;
  }
  #offer.box .box-quicklink a {
      color: #a6720f;
      background: transparent url('../../img/theme02/quicklink-arrow.png') no-repeat scroll right center;
    }
form#express_form.complex input[type="submit"] {
  background-color: #d2b87d;
}
#inner-wrap {
  background: transparent url('../../img/theme02/bg-inner-wrap.png') repeat-x top left;
}
.slideshow-button-left {
  background: transparent url('../../img/theme02/arrow-left.png') no-repeat top left;
}
.slideshow-button-right {
  background: transparent url('../../img/theme02/arrow-right.png') no-repeat top left;
}