@import url(css/default.css);
@import url(css/nofile.css);

.dsave-single {
	position: relative;
	min-height: 46px;
	min-height: 22px;
}

.dsave-single-hide {
	display: none !important;
}

.dsave-single-edit {
	display: none;
	position: absolute;
	top: 10px;
	right: 10px;
	
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
.dsave-single-edit .dsave-single-edit-area {
	position: absolute;
	z-index: 1;
	top: -1px;
	left: -1px;
	width: 100%;
	height: 100%;
	background: #ffd;
	border: 1px dashed #f00;
	opacity: .5;
	filter: alpha(opacity=50);
}
.dsave-single-edit button.btn {
	position: absolute;
	z-index: 2;
	right: 0;
	top: 0;
}
.dsave-single:hover .dsave-single-edit {
	display: block;
}

textarea.dsave-single-textarea {
	min-width: 200px;
	min-height: 40px;
}

.dsave-listarea {
	min-height: 48px;
}
