.modalBackground {
	background-color: #080808;
	opacity: 0.5;
}

div.editor {
	position: fixed;
	top: 5px;
	left: 5px;
	width: 600px;
	height: 650px;
}

div.editor object {
	width: 100%;
	height: 620px;
	background-color: white;
	border: 1px solid black;
}

div.editor a.closeButton {
	display: block;
	width: 100%;
	margin-top: 5px;
	padding: 3px;
	background-color: white;
	border: 1px solid black;
}