.file_upload {
  position: relative;
  overflow: hidden;
  direction: ltr;
  cursor: pointer;border:solid 1px #ccc; padding:10px 0px; text-align:center; font-size:18px; color:#333333; -moz-box-shadow:inset 2px 2px 5px #eee; -webkit-box-shadow:inset 2px 2px 5px #eee; box-shadow:inset 2px 2px 5px #eee; -moz-border-radius:5px; -webkit-border-radius:5px;border-radius:5px; font-weight:normal; cursor:pointer; text-transform:uppercase; cursor:pointer; text-decoration:none; width:170px;
}

.file_upload_small {
  width: 200px;
  height: 30px;
  line-height: 30px;
  font-size: auto;
  background: palegreen;
  border: 1px solid limegreen;
}

.file_upload_large {
  width: 100%;
  height: 150px;
  line-height: 150px;
  font-size: 20px;
  background: palegreen;
  border: 1px solid limegreen;
}

.file_upload_highlight {
  background: lawngreen;
}

.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;
}

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

.file_upload_preview img {
  width: 80px;
}

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

.file_upload_progress div {
  width: 150px;
  height: 15px; border:solid 1px #ccc; 
}

.file_upload_cancel button {
  cursor: pointer;
}