
div.vpopup {
  position: absolute;
  left: 70px;
  top: 70px;
  width: 360px;
  height: 155px;
  border: solid 1px #1777b8;
  padding: 1px;
  background: #fcfcfc;
}

div#vpopup-bg {
  background: white;
}

div.vpopup-title a {
  display: block;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 22px;
  height: 22px;
  background: transparent url(../img/popup-close.png) no-repeat;
}

div.vpopup-title a span {
  display: none;
}

div.vpopup-title h1 {
  display: block;
  font: bold 1.3em Verdana, Arial, Helvetica, sans-serif;
  color: white;
  text-align: left;
  line-height: 40px;
  height: 40px;
  margin: 0;
  padding: 0 0 0 10px;
  background: transparent url(../img/popup-title.gif) repeat-x;
}

div.vpopup iframe {
  border: none;
  margin: 0;
  width: 20px;
  height: 20px;
}

div#vpopup-shadow {
  position: absolute;
  left: 50px;
  top: 50px;
  width: 400px;
  height: 190px;
}

div#vps-topleft {
  float: left;
  width: 40px;
  height: 40px;
  background: transparent url(../img/shadow-topleft.png) no-repeat;
}

div#vps-top {
  float: left;
  width: 320px;
  height: 40px;
  background: transparent url(../img/shadow-top.png) repeat-x;
}

div#vps-topright {
  float: left;
  width: 40px;
  height: 40px;
  background: transparent url(../img/shadow-topright.png) no-repeat;
}

div#vps-left {
  float: left;
  width: 40px;
  height: 100px;
  background: transparent url(../img/shadow-left.png) repeat-y;
}

div#vps-center {
  float: left;
  width: 320px;
  height: 100px;
}

div#vps-right {
  float: left;
  width: 40px;
  height: 100px;
  background: transparent url(../img/shadow-right.png) repeat-y;
}

div#vps-bottomleft {
  float: left;
  width: 40px;
  height: 50px;
  background: transparent url(../img/shadow-bottomleft.png) no-repeat;
}

div#vps-bottom {
  float: left;
  width: 320px;
  height: 50px;
  background: transparent url(../img/shadow-bottom.png) repeat-x;
}

div#vps-bottomright {
  float: left;
  width: 40px;
  height: 50px;
  background: transparent url(../img/shadow-bottomright.png) no-repeat;
}
