.shadowed {
  position:relative;
}

.shadow {
  z-index:1;
  position:absolute;
}

.shadow_bottom_left {
  left:-10px;
  bottom:-10px;
  height:10px;
  width:10px;
  background-image:url('/images/drop_shadow_bl.png');
}

.shadow_left {
  top:0px;
  left:-10px;
  height:100%;
  width:10px;
  background-image:url('/images/drop_shadow_l.png');
}

.shadow_right {
  top:0px;
  right:-10px;
  height:100%;
  width:10px;
  background-image:url('/images/drop_shadow_r.png');
}
.shadow_top_left {
  left:-10px;
  top:-10px;
  height:10px;
  width:10px;
  background-image:url('/images/drop_shadow_tl.png');
}

.shadow_top {
  left:0;
  top:-10px;
  height:10px;
  width:100%;
  background-image:url('/images/drop_shadow_t.png');
}

.shadow_bottom {
  left:0;
  bottom:-10px;
  height:10px;
  width:100%;
  background-image:url('/images/drop_shadow_b.png');
}

.shadow_bottom_left {
  left:-10px;
  bottom:-10px;
  height:10px;
  width:10px;
  background-image:url('/images/drop_shadow_bl.png');
}

.shadow_bottom_right {
  right:-10px;
  bottom:-10px;
  height:10px;
  width:10px;
  background-image:url('/images/drop_shadow_br.png');
}

.shadow_top_right {
  right:-10px;
  top:-10px;
  height:10px;
  width:10px;
  background-image:url('/images/drop_shadow_tr.png');
}


