div.edocsbg
  {
  width:100%;
  height:Auto;
  background:url(../images/icons/acrobat.gif) no-repeat;
  border:1px solid black;
   background-position: left top;
   }
div.transbox
  {
  width:100%;
  height:Auto;
  margin:1px 1px;
  background-color:#DDE7EE;
/*  background-color:#D9D9FF;*/
  border:0px solid black;
  /* for IE */
  filter:alpha(opacity=90);
  /* CSS3 standard */
  opacity:0.9;
  }
div.transbox p
  {
  margin:0px 0px;
  font-weight:bold;
  color:#000000;
  }