.box {
          border : solid;
          border-top-width : 1px;
          border-right-width : 1px;
          border-bottom-width : 1px;
          border-left-width : 1px;
          border-color : #BDB3A8;
      }
.boxLR {
          border : solid;
          border-top-width : 0px;
          border-right-width : 1px;
          border-bottom-width : 0px;
          border-left-width : 1px;
          border-color : #BDB3A8;
      }
.boxL {
          border : solid;
          border-top-width : 0px;
          border-right-width : 0px;
          border-bottom-width : 0px;
          border-left-width : 1px;
          border-color : #BDB3A8;
      }
.boxR {
          border : solid;
          border-top-width : 0px;
          border-right-width : 1px;
          border-bottom-width : 0px;
          border-left-width : 0px;
          border-color : #BDB3A8;
      }