.rounded_box {
border: 2px solid #a6a6a6;
}

.rounded_box .header {
 height: 15px; /* Matches height of corner image */
  font-size: 1px;  /* Setting a small size avoids a break between top and middle divs in IEv6 */
  }

.rounded_box .footer {
  height: 90px; /* Matches height of corner image */
  font-size: 1px;  /* Setting a small size avoids a break between bottom and middle divs in IEv6 */
}

.rounded_box .header {
  background-color: #ffffff;
}

.rounded_box .middle {
  
  background-color: #ffffff;
  /* Keep content away from edges of box */
  margin-left: 0px;
  margin-right: 0px;
  padding-left: 0px;
  padding-right: 0px;
}



