.upload_library {
  width: 263px;
  font-size: 14px;
}

.upload_library div.files {
  height: 200px;
  overflow: scroll;
  margin-bottom: 5px;
  border-left: 1px solid #83a8cc;
  border-top: 1px solid #83a8cc;
}

.upload_library ul.items {
  margin: 0;
  padding: 0;
}

.upload_library ul.items li {
  list-style-type: none;
  margin: 0;
  padding: 1px 5px;
}

.upload_library ul.items li.hover {
  background: #ccc;
}

.upload_library ul.items li.uploading {
}

.upload_library div.progress_wrap {
  float: left;
  width: 200px;
  margin-left: 5px;
  height: 24px;
  border: solid 1px #83a8cc;
  background-color: #eee;
  position: relative;
}

.upload_library div.progress {
  background-color: #FFEA82;
  height: 100%;
  width: 0;
}

.upload_library div.progress_text {
  position: absolute;
  top: 3px; 
  left: 0;
  z-index: 10;
  text-align: center;
  width: 100%;
}

.upload_library div.button_wrap {
  float: left;
  border: solid 1px #83a8cc;
  background-color: #C5D9FF;
  padding: 2px;
}
