/*
 popup.js
*/
div.popup {
  max-width: 512px;
  border: 1px solid #58585a;
  padding: 5px;
  background-color: #CCCCCC;
  /* The following properties should not be changed */
  position: absolute;
}


span.popup_link, a.popup_link {
  cursor: pointer;
  
}

.popup_draghandle {
  cursor: move;
}

