div.shadedBoxTitle h2 {
  display:none;
} 
div.shadedBoxTitle-squeeze h2,
div#content div.shadedBoxTitle-voucher h2  {
  display:none;
} 
div.shadedBoxBody {
  background:  url("../img/common/boxes/shadedBoxTopLeft.gif") top left no-repeat;
  width:100%;
} 

div.shadedBoxHeader {
  background:  url("../img/common/boxes/shadedBoxTopRight.gif") top right no-repeat;
  height:6px;
}

div.shadedBoxHeader p {
  display:none;  
}

div.shadedBoxContent h3, div.shadedBoxContent p {
  padding-top: 3px;
  padding-left: 5px;
  margin:0px;
}

div.shadedBoxContent p {
	padding-bottom: 4px;
}

div.shadedBoxFooter {
  background:  url("../img/common/boxes/shadedBoxBottomLeft.gif") bottom left no-repeat;
  height:10px;
  clear:both;
}

div.shadedBoxFooterInner {
  background:  url("../img/common/boxes/shadedBoxBottomRight.gif") bottom right no-repeat;
  height:10px;
  padding:0px;
  margin:0px;
}

div.shadedBoxFooterInner p {
  display:none;
}