#tubite .b {
  background:url(b.png);
}

#tubite .tl {
  background:url(tl.png);
}

#tubite .tr {
  background:url(tr.png);
}

#tubite .bl {
  background:url(bl.png);
}

#tubite .br {
  background:url(br.png);
}

#tubite {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: left;
}

#tubite .popup {
  position: relative;
}

#tubite table {
  margin: auto;
  border-collapse: collapse;
}

#tubite .body {
  padding: 10px;
  background: #fff;
  width: 370px;
}

#tubite .loading {
  text-align: center;
}

#tubite .image {
  text-align: center;
}

#tubite img {
  border: 0;
}

#tubite .footer {
  border-bottom: 1px solid #DDDDDD;
  padding-bottom: 5px;
  margin-bottom:3px;
  text-align: right;
}

#tubite .tl, #tubite .tr, #tubite .bl, #tubite .br {
  height: 10px;
  width: 10px;
  overflow: hidden;
  padding: 0;
}
