.cornerbox
{
  'background: #dd9;
  background-image: url('./images/bg.jpg');
  border: 2px;
}

.xbtn
{
  background: #ff0000;
  background-color: #ff0000;
  background-image: none;
  color: #fff;
  font-weight: bold;
  font-size: 10px;
  width: 12px;
  height: 12px;
  text-align: center;
  outline: #000 groove thin;
  cursor: default;
  float: right;
  position: absolute;
}

.xbtn.hilite
{
  background: #ff6666;
  background-color: #ff6666;
  background-image: none;
}
