.dsave {
	font-size: 12px;
}

.dsave-loading,
.dsave-buttons {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
}
.dsave-loading {
	height: 30px;
}

.dsave-list {
	padding: 0;
	margin: 0;
	list-style: none;
}

.dsave-list li.item {
	display: block;
	float: left;
	background: #fff;
	border: 1px solid #ccc;
	margin: 0 5px 5px 0;
	padding: 5px;
	position: relative;
	cursor: move;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;

	-webkit-transition: border-color .2s ease-out;
	-moz-transition: border-color .2s ease-out;
	-o-transition: border-color .2s ease-out;
	transition: border-color .2s ease-out;
}
.dsave-list li.item:hover {
	border-color: #bbb;
	-webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, .2);
	-moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, .2);
	-o-box-shadow: 1px 1px 5px rgba(0, 0, 0, .2);
	box-shadow: 1px 1px 5px rgba(0, 0, 0, .2);
}

.dsave-thumb {
	display: block;
	float: left;
	width: 60px;
	height: 60px;
	margin-right: 5px;

	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
}

.dsave-thumb img {
	display: block;
	width: 60px;
	height: 60px;
}

a.dsave-file {
	display: block;
	float: left;
	width: 49px;
	height: 49px;
	overflow: hidden;
	padding: 5px;
	border: 1px solid #ccc;
	margin-right: 5px;
	font-size: 11px;
	background: #f0f0f0;

	-webkit-transition: background-color .2s ease-out, color .2s ease-out, border-color .2s ease-out;
	-moz-transition: background-color .2s ease-out, color .2s ease-out, border-color .2s ease-out;
	-o-transition: background-color .2s ease-out, color .2s ease-out, border-color .2s ease-out;
	transition: background-color .2s ease-out, color .2s ease-out, border-color .2s ease-out;

	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
}
a.dsave-file span {
	display: block;
	width: 49px;
	height: 49px;
	overflow: hidden;
	line-height: normal;
}
a.dsave-file:hover {
	background: #aaa;
	color: #fff;
	border-color: #999;
	text-decoration: none;
}

a.dsave-multifile,
a.dsave-multifile img {
	width: 30px;
	height: 30px;
}
a.dsave-multifile-file {
	padding: 0;
	width: 28px;
	height: 28px;
	text-align: center;
}

#dsave-inputfile {
	height: 20px;
	line-height: 20px;
}

.dsave-fields {
	float: left;
	margin-bottom: -5px;
}

.dsave-field {
	margin-bottom: 5px;
}
.dsave-field-target,
.dsave-field-active {
	float: left;
}
.dsave-field-target {
	margin-right: 5px;
}
.dsave-field input,
.dsave-field textarea {
	margin-bottom: 0;
}

.dsave-remove {
	display: none;
	position: absolute;
	z-index: 1;
	bottom: 5px;
	right: 5px;
	width: 16px;
	height: 16px;
	overflow: hidden;
	text-indent: -9999px;
	background: url(../img/btn-delete.png) no-repeat;
}
.dsave-list li:hover .dsave-remove {
	display: block;
}

.dsave .ui-sortable-placeholder {
	visibility: visible !important;
	border: 1px dashed #ccb !important;
	background: #ffe !important;
}
