
  table#action_box { background-color: #8FBE00; border: 0; }
  table#action_box #box_n { height: 18; background-image: url('../images/boxes/action_n.gif'); background-repeat: repeat-x; }
  table#action_box #box_s { height: 18; background-image: url('../images/boxes/action_s.gif'); background-repeat: repeat-x; }
  table#action_box #box_w { width: 18; background-image: url('../images/boxes/action_w.gif'); background-repeat: repeat-y; }
  table#action_box #box_e { width: 18; background-image: url('../images/boxes/action_e.gif'); background-repeat: repeat-y; }
  table#action_box #box_nw { width: 18; height: 18; background-image: url('../images/boxes/action_nw.gif'); background-repeat: no-repeat; }
  table#action_box #box_ne { width: 18; height: 18; background-image: url('../images/boxes/action_ne.gif'); background-repeat: no-repeat; }
  table#action_box #box_sw { width: 18; height: 18; background-image: url('../images/boxes/action_sw.gif'); background-repeat: no-repeat; }
  table#action_box #box_se { width: 18; height: 18; background-image: url('../images/boxes/action_se.gif'); background-repeat: no-repeat; }

  table#action_inner_box { background-color: #FFF; border: 0; }
  table#action_inner_box #box_n { height: 6; background-image: url('../images/boxes/action_inner_n.gif'); background-repeat: repeat-x; }
  table#action_inner_box #box_s { height: 6; background-image: url('../images/boxes/action_inner_s.gif'); background-repeat: repeat-x; }
  table#action_inner_box #box_w { width: 6; background-image: url('../images/boxes/action_inner_w.gif'); background-repeat: repeat-y; }
  table#action_inner_box #box_e { width: 6; background-image: url('../images/boxes/action_inner_e.gif'); background-repeat: repeat-y; }
  table#action_inner_box #box_nw { width: 6; height: 6; background-image: url('../images/boxes/action_inner_nw.gif'); background-repeat: no-repeat; }
  table#action_inner_box #box_ne { width: 6; height: 6; background-image: url('../images/boxes/action_inner_ne.gif'); background-repeat: no-repeat; }
  table#action_inner_box #box_sw { width: 6; height: 6; background-image: url('../images/boxes/action_inner_sw.gif'); background-repeat: no-repeat; }
  table#action_inner_box #box_se { width: 6; height: 6; background-image: url('../images/boxes/action_inner_se.gif'); background-repeat: no-repeat; }
