/*
 popup.js
*/
div.popup {
  max-width: 600px;
  border: 4px solid #ccc;
  padding: 5px;
  background-color: white;
  /* 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;
}

span.popup_link, a.popup_link {
  cursor: pointer;
  border-bottom: 1px dotted;
}

.popup_draghandle {
  cursor: move;
}
.popup p{
	font-size:13px;
	margin:3px 3px 6px;
	text-align:justify;
}
.popup .leftside{
	margin-right:262px;
}
	.popup .leftside h2{
		font-size:15px;
	}