/*
 popup.js
*/
a.popup_closebox{
  font-family: verdana;
  text-decoration: none;
  color: white;
}
a.popup_closebox:hover{
  font-family: verdana;
  text-decoration: none;
  color: black;
}

div.popup {
  /* The following properties should not be changed */
  position: absolute;
}

#popup_overlay {
  background-color: black;
  /* 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;
}

