/*
 popup.js
*/
div.popup {
	/* 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%;
}

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

.popup_draghandle {
  cursor: move;
}
