/*
 popup.js
*/
div.popup {
	max-width: 500px;
  border: 1px solid #763A90;
  background-color: white;
  /* 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;
}



.popup_draghandle {
  cursor: move;
}
