.bodyOpacity {
filter:alpha(opacity=40);-moz-opacity:.40;opacity:.40;
}
#editor-content {

	
}
#page-editor {
	width: 700px;
	z-index: 1000;
	left: 50%;
	top: 55px;
	margin-left: -350px;
	height: 440px;
	background-color: white;
	position: absolute;
	border: 1px solid #808080;
	overflow: auto;
	padding-left: 20px; 
	padding-top: 20px;
	padding-right: 20px;
	
}
#page-msg {
	
	width: 100%;
	text-align: center;
	color: red
	
}

#admin-title {
	
	font-weight: bold;
	text-align: center;
	
}