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

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

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

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

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

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

#cvspopout .popup {
  position: relative;
}

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

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

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

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

#cvspopout img {
  border: 0;
}

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

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

