/*
 popup.js
*/
div.popup {
  min-width: 200px;
  min-height: 285px;
  padding: 10px;
  cursor: pointer;
  cursor: hand;
  -moz-border-radius: 8px;
  background: #000 url("/images/cardload.gif");
  background-repeat: no-repeat;
  background-position: center center;
  /* The following properties should not be changed */
  position: fixed;
}

#popup_overlay {
  background-color: whitesmoke;
  /* The following properties should not be changed */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 500px;
}

span.popup_link, a.popup_link {
  cursor: pointer;
  border-bottom: 1px dotted;
}

.popup_draghandle {
  cursor: move;
}
