/*
 popup.js
*/
div.popup {
  max-width: 600px;
  border: 3px solid #FFFFFF;
  padding: 5px;
  background-color:  #C7CDDD;
  /* The following properties should not be changed */
  position: absolute;
}

div.popup p {
	font-family: Trebuchet MS,verdana,sans-serif;
	font-size:11px;
	margin: 5px 0px 0px 0px;
	padding: 4px 4px 4px 0px;
	text-align: right;
}

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