div.popup {
  max-width: 500px;
  border: 1px solid;
  border-color: #a1b4c5;
  background-color: #ddddff;
  position: absolute; }
  div.popup p, div.popup ul {
    font-size: 1.2em;
    line-height: 1.6em;
    text-align: justify;
    margin-left: 10px;
    margin-right: 10px; }
  div.popup li {
    margin: 0px;
    padding: 0px; }
  div.popup a {
    font-weight: normal; }
  div.popup #close_box {
    padding: 15px;
    border-top: 1px dashed;
    border-top-color: #abbecf;
    background-color: #e7e7ff;
    text-align: center;
    color: #6f8293;
    text-transform: uppercase;
    font-font-family: arial;
    font-size: 1.3em;
    font-weight: bold; }
    div.popup #close_box:hover {
      cursor: pointer;
      color: #3d5061;
      background-color: #f1f1ff; }

#popup_overlay {
  background-color: whitesmoke;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 500px; }

span.popup_link, a.popup_link {
  cursor: pointer; }

.popup_draghandle {
  cursor: move; }
