
  table#campaign_box { background-color: #FFB400; border: 0; }
  table#campaign_box #box_n { height: 18; background-image: url('../images/boxes/campaign_n.gif'); background-repeat: repeat-x; }
  table#campaign_box #box_s { height: 18; background-image: url('../images/boxes/campaign_s.gif'); background-repeat: repeat-x; }
  table#campaign_box #box_w { width: 18; background-image: url('../images/boxes/campaign_w.gif'); background-repeat: repeat-y; }
  table#campaign_box #box_e { width: 18; background-image: url('../images/boxes/campaign_e.gif'); background-repeat: repeat-y; }
  table#campaign_box #box_nw { width: 18; height: 18; background-image: url('../images/boxes/campaign_nw.gif'); background-repeat: no-repeat; }
  table#campaign_box #box_ne { width: 18; height: 18; background-image: url('../images/boxes/campaign_ne.gif'); background-repeat: no-repeat; }
  table#campaign_box #box_sw { width: 18; height: 18; background-image: url('../images/boxes/campaign_sw.gif'); background-repeat: no-repeat; }
  table#campaign_box #box_se { width: 18; height: 18; background-image: url('../images/boxes/campaign_se.gif'); background-repeat: no-repeat; }

