
td.boxCorner {
  width: 5px;
  height:5px;
  float: left;  
}

td.boxTop {
  float: left;
  height:4px;
  border-top: 1px solid #c2d9ff;
}

div.boxCorner {
  width: 5px;
  height:5px;
  float: left;  
}

div.boxCornerClear {
  width: 5px;
  height:5px;
  clear: left;  
}

div.boxTop {
  float: left;
  height:4px;
  border-top: 1px solid #c2d9ff;
}

div.boxBottom {
  float: left;
  height:4px;
  border-bottom: 1px solid #c2d9ff;
}


div.boxContent {  
  padding-left: 10px;
  padding-right: 10px;
  display:block;
  clear:left;
  border-left: 1px solid #c2d9ff;border-right: 1px solid #c2d9ff;
  //border-top: 1px solid #c2d9ff;
  //border-bottom: 1px solid #c2d9ff;
  //border: 1px solid black;
}
div.boxContent p {
  
}
