#uploadBtn:disabled{
opacity:0.5;
cursor:not-allowed;
}
#progressBox{
width:380px;
height:22px;
border:1px solid #aaa;
margin-top:10px;
}
#progressBar{
width:0%;
height:100%;
background:#27ae60;
color:white;
text-align:center;
line-height:22px;
font-size:13px;
}
#result img{
margin:5px;
border:1px solid #ccc;
}
.file{
margin:8px 0;
}