#plupload {
  font-family: inherit;
  color: inherit; }
  #plupload #droparea {
    border: 2px dashed #ffffff; 
    background: #ffffff;
    width: 100%;
    display: block;
    padding: 30px;
    text-align: center;
    font-weight: 600;
    font-size: 13px;}
    #plupload #droparea p {
      margin: 0;
      padding: 60px 0 0 0;
      font-weight: bold;
      font-size: 20px; }
    #plupload #droparea span {
      display: block;
      margin-bottom: 6px; }
    #plupload #droparea.hover {
    border: 2px dashed #83b4d8; }
  #plupload #browse {
    display:block;
    color: #fd9968; }
  #plupload #filelist {
    margin-top: 10px; }
    #plupload #filelist .file {
      padding: 0 10px;
      border: 1px solid #DFDFDF;
      height: 70px;
      line-height: 70px;
      margin-bottom: 10px;
      position: relative; }
    #plupload #filelist img {
      margin-right: 10px;
      height: 55px;
      vertical-align: middle; }
    #plupload #filelist .actions {
      position: absolute;
      top: 0px;
      right: 5px; }
    #plupload #filelist .del {
      color: #FF0000; }
    #plupload #filelist .progressbar {
      position: absolute;
      top: 25px;
      right: 5px;
      width: 150px;
      height: 20px;
      background-color: #abb2bc;
      -moz-border-radius: 25px;
      -webkit-border-radius: 25px;
      -o-border-radius: 25px;
      -ms-border-radius: 25px;
      -khtml-border-radius: 25px;
      border-radius: 25px;
      -moz-box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.5);
      -webkit-box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.5);
      -o-box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.5);
      box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.5); }
    #plupload #filelist .progress {
      position: absolute;
      border: 1px solid #4c8932;
      height: 18px;
      width: 10%;
      background: url(../images/progress.jpg) repeat;
      -webkit-animation: progress 2s linear infinite;
      -moz-border-radius: 25px;
      -webkit-border-radius: 25px;
      -o-border-radius: 25px;
      -ms-border-radius: 25px;
      -khtml-border-radius: 25px;
      border-radius: 25px; }

@-webkit-keyframes progress {
  from {
    background-position: 0 0; }

  to {
    background-position: 54px 0; } }
