@CHARSET "UTF-8";
div#is_loading {
	width: 15px;
	height: 15px;
	position: absolute;
	top: 0;
	right: 0;
	background: #FFF1A8 url(../images/ssh-loading.gif) no-repeat 5px 5px;
	padding: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}

pre#ssh {
	position: relative;
	visibility: hidden;
	margin: 0px;
}
form#ssh_form {
	float: rigth;
	visibility: visible;
	position: relative;
	right: 0;
	bottom: 0;
	width: 1px;
}
form#ssh_form input#ssh_submit {
	display: none;
}
form#ssh_form input#ssh_input {
	width: 1px;
	background: #fff;
	border: none;
	margin: 0;
	padding: 0;
}
/* Editor */
textarea.editor {
	width: 99.5%;
	margin-bottom: 7px;
	margin-right: 5px;
}
div.file_mode {
	float: right;
}
div.file_mode input {
	width: 30px;
}
div#file_info {
	position: absolute;
	width: 99.6%;
	height: 25px;
}
div#file_info.loading {	
	border: 1px #CCC solid;
	background: #DADCDC url(../images/xLoading.gif) no-repeat 5px 5px;
}
div#file_info.error {	
	background: #FF142B;
	border: 1px #B50011 solid;
}
div#file_info span {
	padding: 5px;
	font-size: 11px;
}
div#file_info.loading span {
	padding: 5px 5px 5px 25px !important;
}