.rounded_box {
border: 2px solid #001751;
}

.rounded_box .header,
.rounded_box .footer {
     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 .header {
  	background-color:#FFFFFF;

}

.rounded_box .middle {
  	background-color:#FFFFFF;

  /* Keep content away from edges of box */
  padding-left:  20px;
  padding-right: 20px;
}

.rounded_box .footer {
	background-color:#FFFFFF;

}

