/*
br.clear {
  clear: both;
  height: 0;
  line-height: 0px;
}
*/
div.shadow {
  float: left;
  padding: 0 2px 2px;
  margin-right: -2px;
  oldbackground: #C4BA94;
  background: #a49b7c;
  oldborder:#D9CEA5;
  border-left: 2px solid #c9bf98;
  border-right: 2px solid #c9bf98;
  border-bottom: 2px solid #c9bf98;
  position: relative;
}

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

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

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

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

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