div.sl {
margin: 10px 10px 10px 0;
float: left;
}

div.sr {
margin: 10px 0px 10px 10px;
float: right;
}


div.shadow {
  float: left;
  padding: 0 1px;
  background: #b4afa3;
  border-left: 1px solid #dcd7c8;
  border-right: 1px solid #dcd7c8;
  position: relative;
  margin: 1em auto 0 auto;
}

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

.shadow img.nomatte {
  padding: 0 0 4px 0;
  background: white url(images/shad_bottom.png) repeat-x bottom left;
}

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

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

.shadow .bottomleft {
  width: 8px;
  height: 10px;
  background: url(images/shad_blcorner.png) no-repeat bottom left;
  position: absolute;
  bottom: 0px;
  left: -1px;
}

.shadow .bottomright {
  width: 4px;
  height: 4px;
  background: url(images/shad_brcorner.png) no-repeat bottom right;
  position: absolute;
  bottom: 0px;
  right: -1px;
}

