

div.testshadow {
  float: left;
  padding: 0 1px;
  background: #bfbfbf;
  border-left: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  position: relative;
}

div.testshadow img {
  padding: 5px 5px 9px 5px;
  background: white url(/images/NormalVersion/shad_bottom.png) repeat-x bottom left;
}

div.testshadow div.testtopleft {
  width: 2px;
  height: 4px;
  background: url(/images/NormalVersion/shad_tlcorner.png) no-repeat top left;
  position: absolute;
  top: 0px;
  left: -1px;
}

div.testshadow div.testtopright {
  width: 2px;
  height: 4px;
  background: url(/images/NormalVersion/shad_trcorner.png) no-repeat top right;
  position: absolute;
  top: 0px;
  right: -1px;
}

div.testshadow div.testbottomleft {
  width: 4px;
  height: 4px;
  background: url(/images/NormalVersion/shad_blcorner.png) no-repeat bottom left;
  position: absolute;
  bottom: 0px !important;
  bottom: -1px;
  left: -1px;
}

div.testshadow div.testbottomright {
  width: 4px;
  height: 4px;
  background: url(/images/NormalVersion/shad_brcorner.png) no-repeat bottom right;
  position: absolute;
  bottom: 0px !important;
  bottom: -1px;
  right: -1px;
}
