#popup-editor-page-curtain {
	display: none;
	z-index: 100;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	background-color: black;
	opacity: 0.5;
}

#popup-editor {
	display: none;
	z-index: 101;
	width: 300px;
	position: absolute;
	left: 50%;
	top: 40%;
	margin: -10% 0 0 -15%;
	background-color: white;
	padding: 15px 20px;
	border: 2px solid #777;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-box-shadow: 0px 2px 20px #999;
	-moz-box-shadow: #999 0px 2px 20px; /* Will be supported by Firefox 3.1. */
}

#popup-editor form {
	margin: 0;
	padding: 0;
}

#popup-editor textarea {
	margin: 1em auto;
	width: 100%;
	height: 15em;
}

#popup-editor input[type=text] {
	margin: 1em auto;
	width: 100%;
}

#popup-editor .button-bar {
	margin: 1em 0 0 0;
	text-align: right;
}

#popup-editor-prompt {
	margin: -17px -22px 1em -22px;
	padding: 0.4em 0.9em;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
	background-color: #777;
	color: #fff;
	font-size: inherit;
	font-weight: bold;
	text-shadow: none;
}

#popup-editor-message {
	color: red;
}
