.box-border {
  background: #e1d7cb;
  width: 100%;
  
  padding: 1px;
  }
  
.box-header {
  background: #eae2d7;
  padding: 3px;
  font-family: Verdana;
  color: #ffffff;
  text-align: left;
  font-size: 12px;
  border-bottom: 1px solid #e1d7cb;
  }
  
.box-header a:link,
.box-header a:visited,
.box-header a:active {
  color: #3E282F;
  text-decoration: underline;
  }
  
.box-header a:hover {
  color: #3E282F;
  text-decoration: none;
  }

.box-content {
  padding: 5px;
  font-size: 13px;
  text-align: left;
  background: #f3eee8;
  vertical-align: top;
  }

.box-footer {
  background: #e1d7cb;
  padding: 3px;
  padding-right: 5px;
  font-family: Verdana;
  color: #51444A;
  text-align: right;
  font-size: 11px;
  border-top: 1px solid #e1d7cb;
  }
  
.box-footer a:link,
.box-footer a:visited,
.box-footer a:active {
  color: #000000;
  text-decoration: none;
  }
  
.box-footer a:hover {
  color: #000000;
  text-decoration: underline;
  }