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

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

/* Hide from IE5-mac. Only IE-win sees this. \*/
 
* html div.shadow {
  margin:10px 0 10px 5px;
}

/* End hide from IE5/mac */

div.shadow img {
  padding: 5px 5px 9px 5px;
  border-left: 1px solid #bfbfbf;
  border-right: 1px solid #bfbfbf;
  background: white url(../img/img_shadow/shad_bottom.png) repeat-x bottom left;
}

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

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

div.shadow div.bottomleft {
  width: 2px;
  height: 4px;
  background: url(../img/img_shadow/shad_blcorner.png) no-repeat bottom left;
  position: absolute;
  bottom: 0px;
  left: 0px;
}

/* Hide from IE5-mac. Only IE-win sees this. \*/
 
* html div.shadow div.bottomleft {
  bottom: 3px;
}

/* End hide from IE5/mac */

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

/* Hide from IE5-mac. Only IE-win sees this. \*/
 
* html div.shadow div.bottomright {
  bottom: 3px;
}

/* End hide from IE5/mac */