/*
 popup.js
*/
div.popup {
  max-width: 1200px;
  /*width: 250px;*/
  border: 1px solid gray;
  padding: 5px;
  background-color: black;
  /* The following properties should not be changed */
  position: absolute;
}

#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;

}

.popup td{
  background:#000;
  color: #fff
}

.popup_draghandle {
  cursor: move;
}
