div.grayBox {
  background: url(/images/borders/topleft_light_gray.gif) top left no-repeat;
  text-align: left;
  } 
div.grayBox h3 {
  background: url(/images/borders/topright_light_gray.gif) top right no-repeat;
  text-align: left;
  font-size:1.3em;
  padding:15px;
  margin:0;
  }
 div.grayBox h3 span {
  border-bottom: solid 1px #EEEEEE;
  display: inline-block;
  width: 90%;
  padding-bottom: 5px;
  padding-right: 20px;
  background-image: url(/images/h_arrow.png);
  background-position: top right;
  background-repeat: no-repeat;	
}
div.grayBoxBody {
  background: url(/images/borders/rightborder_light_gray.gif) top right repeat-y;
  margin:0;
  margin-top:-2em;
  padding:15px;
  }
div.grayBoxFooter {
  background: url(/images/borders/bottomleft_light_gray.gif) bottom left no-repeat;
  }
div.grayBoxFooter p {
  background: url(/images/borders/bottomright_light_gray.gif) bottom right no-repeat;
  padding:5px;
  display:block;
  margin:-2em 0 0 0;
  }
