.tkframe {
  padding: 25px 6px 6px 5px;
/*
  min-width: 400px;
  min-height: 301px;
*/
  display: inline-block;
  background:
    url(topright-c.png) 100% 0px no-repeat,
    url(top-c.png) 206px 0px no-repeat,
    url(topleft-c.png) 0px 0px no-repeat,
    url(left.png) 0px 24px no-repeat,
/*  url(center.png) 5px 25px no-repeat, */
    url(right.png) 100% 24px no-repeat,
    url(bottomleft-c.png) 0px 100% no-repeat,
    url(bottom-c.png) 206px 100% no-repeat,
    url(bottomright-c.png) 100% 100% no-repeat;
  background-size:
    83px 25px,
    calc(100% - 289px) 25px,
    206px 25px,
    5px calc(100% - 30px),
/*  calc(100% - 11px) calc(100% - 30px), */
    6px calc(100% - 30px),
    206px 6px,
    calc(100% - 289px) 6px,
    83px 6px;
}
