.editor {
	color: #333;
	background-color: #eee;
	/*alpha(opacity=75);*/
	-moz-opacity: .75;
	opacity: .75;
}

.editorToggle {
	background-color: #ffffff;
	border: 1px solid #000000;
	cursor: pointer;
	height: 3px;
	overflow: hidden;
	position: absolute;
	width: 3px;
}
.editorToggle:hover {
	width: 100px;
	height: 20px;
}
/*
html,body {
	margin: 0;
	padding: 0;
	height: 100%;
}
*/

.print, .editor, .editorcursor {
	display: none;
}

@media print {
	.editor { display:none !important; }
	html,body { overflow:auto !important; }
	.editorcursor { display:none !important; }
	.print {position:absolute;top:0;left:0;display:block !important;font-family:monospace;height:100%;}
	.editortools {display:none !important;}
	textarea,input { display:none !important;}
}
