.upload_form .button_box{
    margin-top: 20px;
}

.upload_form .emph_box{
    padding: 10px 20px;
    font-weight: bold;
    background-color: rgb(100,120,120);
    color: white;
}

.upload_form .progress, .upload_form .post_progress{
    margin-top: 20px;
}

.upload_form .post_progress{
    display: none;
}

.upload_form .post_progress img{
    height: 32px;
}

.upload_form .post_progress > div {
    display: inline-block;
}

.upload_button_box > div:last-child{
    margin-left: 8px;
}

.upload_form .select_box input, 
.upload_form .selected_box, 
.upload_form .info_box > div:nth-child(2),
.upload_form .info_box > div:last-child,
.upload_form .progress {
    display:none;
}

.upload_form .report > div {
    margin-top: 20px;
    padding: 15px 5%;
    background-color: white;
}


.select_box div{
    margin: 15px;
}

.upload_form .captcha{
   /* display:none; */
}

.file_li.input_error span{
    color: rgb(150,0,0);
    font-weight: bold;
    margin-left: 15px;
}

.file_li {
    color: #305f82;
    font-weight: bold;
    margin-left: 10px;
}

.captcha {
    margin-top: 30px;
}

.captcha > div:nth-child(2){
    margin-top: 15px;
    margin-left: 20px;
}

.captcha > div:last-child{
    margin-left: 20px;
}

.captcha input{
    font-size: 16px;
    padding: 4px 8px;
    border-radius: 4px;
    background-color: white;
    width: 144px;
}

.captcha.invisible, .captcha.disabled{
    display: none;
}