
.clear{clear:both}
.upload_container{width:650px; background-color: #EAEAEA; padding:20px; text-align:center;margin:0 auto}
.upload_preview ul{margin:0;padding:0;}
.upload_preview li {width: 110px;display: inline-block;margin: 5px;}
.upload_preview li img{border:5px solid #fff;}
.loader_img{margin:10px 0}
.progress p{display: block;width: 100px;padding: 2px 5px;margin: 5px 0;border: 1px inset #446;border-radius: 5px;background: #eee url("progress.png") 100% 0 repeat-y;}
.progress p.success{background: #0c0 none 0 0 no-repeat;}
.progress p.start{background: #FFD70C none 0 0 no-repeat;}
.progress p.process{background: #FF9E0B none 0 0 no-repeat;} 
.progress p.failed{background: #c00 none 0 0 no-repeat;}
.stat_report{font-size:10px;}
.complete_process{margin:10px; font-size:16px; font-weight:bold;}
#uploadBtn{
  font-family: "sans-serif";
  width: 185px;
  padding: 10px;-webkit-border-radius: 5px; margin:0 auto;
  -moz-border-radius: 5px;border: 1px dashed #BBB; text-align: center;background-color: #4385F7;cursor:pointer; color:#fff;
} 