/*
 popup.js
*/
div.popup {
  width: 306px;
  height: 95px;
  padding: 35px;
  background-color: white;
  font-size: 12px;
  /* The following properties should not be changed */
  position: absolute;
  background-image:url(../images/overlay_box.png);
  background-repeat: no-repeat;
}

#popup_overlay {
  background-color: #000000;
  /* 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;
}
