/*
 popup.js
*/
div.popup { max-width:425px; border:1px solid #c2c2c2; padding:10px; background:#f1f1f1; /* The following properties should not be changed */
  position: absolute; color:#555; }

#popup_overlay { background: #000; /* 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; }

.popup-ttl-1 { font-size:15px; font-weight:bold; color:#000066; margin:0px; }

