.Box { 
  color: #454545;	
}

.BTL {
  width: 100%;
  background: url("images/border-tl.png") no-repeat top left;
  height: 15px;
}

.BTR {
  width: 100%;
  background: url("images/border-tr.png") no-repeat top right;
  height: 15px;
}

.BTM {
  width: 100%;
  background: url("images/border-tm.png") repeat-x top right;
  position: relative;
  top: 4px;
}

.BVL {
  width: 100%;
  background: url("images/border-vl.png") repeat-y top left;
}

.BVR {
  width: 100%;
  background:#FFF url("images/border-vr.png") repeat-y top right;
  width: 100%;
}

.BBL {
  width: 100%;
  background: url("images/border-bl.png") no-repeat top left;
  height: 15px;
}

.BBR {
  width: 100%;
  background: url("images/border-br.png") no-repeat top right;
  height: 15px;
}

.BBM {
  width: 100%;
  background: url("images/border-bm.png") repeat-x top right;
  height: 15px;
}

.BoxContent {
  padding: 0px 20px 20px 20px;
  text-align: left; 
}

.footer {
  width: 100%; 
}
