﻿.CodeMirror-dialog{
	position:absolute;
	left:0px;
	right:0px;
	background:white;
	z-index:15;
	padding:.1em .8em;
	overflow:hidden;
	color:#333;
}
.CodeMirror-dialog-top{
	border-bottom:1px solid #eee;
	top:0px;
}
.CodeMirror-dialog-bottom{
	border-top:1px solid #eee;
	bottom:0px;
}
.CodeMirror-dialog input{
	border:none;
	outline:none;
	background:transparent;
	width:20em;
	color:inherit;
	font-family:monospace;
}
.CodeMirror-dialog button{
	font-size:70%;
}