/*
 popup.js
*/
.popup {
	padding: 5px;
  background-color: #cecece;
  border:2px solid #818181;
  padding:5px 10px 10px 10px;
  /* The following properties should not be changed  */
  position: absolute;
}

#popup_overlay {
  background-color: whitesmoke;
  /* The following properties should not be changed */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 500px;
}

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

.popup_draghandle {
  cursor: move;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#000000;
	padding-top:2px;
}