<style type="text/css">

body {
  background: white;
  margin: 30px;
}

br.clear {
  clear: both;
  height: 0;
  line-height: 0px;
}

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

div.shadow img {
  padding: 5px 5px 9px 5px;
  background: white url(http://www.beitia.org/beitia_fitxategiak/shadow_images/shad_bottom) repeat-x bottom left;
}

div.shadow div.sh_topleft {
  width: 2px;
  height: 4px;
  background: url(http://www.beitia.org/beitia_fitxategiak/shadow_images/shad_tlcorner) no-repeat top left;
  position: absolute;
  top: 0px;
  left: -1px;
}

div.shadow div.sh_topright {
  width: 2px;
  height: 4px;
  background: url(http://www.beitia.org/beitia_fitxategiak/shadow_images/shad_trcorner) no-repeat top right;
  position: absolute;
  top: 0px;
  right: -1px;
}

div.shadow div.sh_bottomleft {
  width: 4px;
  height: 4px;
  background: url(http://www.beitia.org/beitia_fitxategiak/shadow_images/shad_blcorner) no-repeat bottom left;
  position: absolute;
  bottom: 0px;
  left: -1px;
}

div.shadow div.sh_bottomright {
  width: 4px;
  height: 4px;
  background: url(http://www.beitia.org/beitia_fitxategiak/shadow_images/shad_brcorner) no-repeat bottom right;
  position: absolute;
  bottom: 0px;
  right: -1px;
}

</style>