/*
 popup.js
*/
div.popup
{
	width: 750px;
	height: 500px;
	border: 1px solid #960014;
	padding: 5px;
	/*background-color: #454545;*/ /* The following properties should not be changed */
	background-color: #fff;
	position: absolute;
	vertical-align: middle;
}

#popup_overlay
{
	background-color: #424242; /* 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;
}

.popup_draghandle
{
	cursor: move;
}

