#finclude .b {
  background:url(/st/images/b.png);
}

#finclude .tl {
  background:url(/st/images/tl.png);
}

#finclude .tr {
  background:url(/st/images/tr.png);
}

#finclude .bl {
  background:url(/st/images/bl.png);
}

#finclude .br {
  background:url(/st/images/br.png);
}

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

#finclude .popup {
  position: relative;
}

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

#finclude .body {
  padding: 10px;
  background: #000000;
  width: 370px;
}

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

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

#finclude img {
  border: 0;
}

#finclude .footer {
  border-top: 1px solid #DDDDDD;
  padding-top: 5px;
  margin-top: 10px;
  text-align: right;
}

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