/*
 popup.js
*/
div.popup {
  max-width: 935px;
  /*border: 1px solid red;
  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;
  padding-top:6px;
  padding-left:10px;padding-right:5px;
  border-bottom:	1px solid #ffffff;
  background-image:url(../Images/cloud_tabl_bg.jpg);
}
.popup_heading{
	text-align: left;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color:	#ffffff;
}