.file_upload {
  position: relative;
  overflow: hidden;
  direction: ltr;
  cursor: pointer;
  text-align: center;
  color: #333;
  font-weight: bold;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  width: 200px;
  height: 50px;
  line-height: 30px;
  background: #e2f5fc;
  border: 1px solid #aaaaaa;
}

.file_upload_small {
  width: 200px;
  height: 50px;
  line-height: 30px;
  font-size: auto;
  background: #e2f5fc;
  border: 1px solid #aaaaaa;
}

.file_upload_large {
  width: 200px;
  height: 100px;
  line-height: 40px;
  font-size: 20px;
  background: #e2f5fc;
  border: 1px solid #aaaaaa;
}

.file_upload_highlight {
  background: #e2f5fc;
}

.file_upload input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  border: 300px solid transparent;
  opacity: 0;
  -ms-filter: 'alpha(opacity=0)';
  filter: alpha(opacity=0);
  -o-transform: translate(-300px, -300px) scale(10);
  -moz-transform: translate(-800px, 0) scale(10);
  cursor: pointer;
  z-index: 2;
}

.file_upload iframe, .file_upload button {
  display: none;
}

.file_upload_progress .ui-progressbar-value {
  background: url('/images/pbar-ani.gif');
}

.file_upload_progress div {
  width: 150px;
  height: 15px;
}

.file_upload_cancel div {
  cursor: pointer;
}

.download_files td {
    padding-right: 10px;
}