.ufileupload .filelist .sortable-placeholder {
    display: list-item;
}
.ufileupload .filelist ul {
  clear: both;
  list-style: none;
  height: 40px;
  line-height: 40px;
  padding: 0;
  margin: 0 0 5px 0;
}
.ufileupload .filelist ul li {
  float: left;
  margin: 0 5px 0 0;
  height: 40px;
  line-height: 40px;
  min-width: 40px;
}
.ufileupload .filelist ul li.move {
  background: url(../img/move.png) center center no-repeat;
  cursor: pointer;
  width: 20px;
  min-width: 20px;
}
.ufileupload .filelist ul li.delete {
  background: url(../img/delete.png) center center no-repeat;
  cursor: pointer;
  width: 20px;
  min-width: 20px;
}
.ufileupload .filelist ul li.edit {
  background: url(../img/edit.png) center center no-repeat;
  cursor: pointer;
  width: 20px;
  min-width: 20px;
}
.ufileupload .filelist ul li.preview {
  width: 40px;
  background: #ffffff;
}
.ufileupload .filelist ul li.filename {
  max-width: 600px;
  overflow: hidden;
}
.ufileupload .filelist ul li.progress {
  font-weight: bold;
}
.ufileupload .filelist ul li.text-input input {
  height: 30px;
  line-height: 24px;
  padding: 3px 5px;
}
.ufileupload .controls {
  margin: 0 0 10px 0;
}
.ufileupload .controls input[type="button"] {
  min-width: 110px;
}
.ufileupload .hidden {
  display: none;
}
.udropzone {
  border: 2px dashed #ffffff;
}
.dragstered .udropzone {
  background:#fafafa;
  border-color: #bbbbbb;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1), inset 0 0 40px rgba(0,0,0,0.1);
}
.udropzone.dragstered {
  background: #e3e3e3;
}
