
#plupload{ font-family: Arial,Helvetica; color: #AAA; }

#browse{
  border: 1px solid #BBB;
  text-decoration: none;
  padding: 3px 8px;
  color: #464646;
  background: linear-gradient(#FFF, #F4F4F4); /* Standard syntax */
  border-radius: 15px;
}

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