/*
 popup.js
*/
div.popup {
  max-width: 600px;
  border: 2px solid #dfd9c9;
  padding: 10px 10px 16px 16px;
  background-color: #f5f2e9;
  background-image: url(../../images/hypenewbg.gif);
  background-repeat: no-repeat;
  background-position: left bottom;
  text-align:center;
  /* The following properties should not be changed */
  position: absolute;
}

#popup_overlay {
  background-color:#6A0000;
  /* 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;
}

