.afu-upload-wrapper *{
    padding: 0;
    margin: 0;
}
.afu-upload-wrapper{
    width: 150px;
    display:inline-block;
}
.afu-button{
    display:inline-block;
    padding:3px 7px;
    margin-bottom:0;
    font-size:14px;
    font-weight:400;
    line-height:1.42857143;
    text-align:center;
    white-space:nowrap;
    vertical-align:middle;
    cursor:pointer;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    background-image:none;
    border:1px solid transparent;
    border-radius:4px
}
.afu-button:focus,.afu-button:active:focus,.afu-button.active:focus{
    outline:thin dotted;
    outline:5px auto -webkit-focus-ring-color;
    outline-offset:-2px
}

.afu-button:hover,.afu-button:focus{
    color:#333;
    text-decoration:none
}

.afu-button:active,.afu-button.active{
    background-image:none;
    outline:0;
    -webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow:inset 0 3px 5px rgba(0,0,0,.125)
}
.afu-button.disabled,.afu-button[disabled],fieldset[disabled] .afu-button{
    pointer-events:none;
    cursor:not-allowed;
    filter:alpha(opacity=65);
    -webkit-box-shadow:none;
    box-shadow:none;
    opacity:.65
}

.afu-progress{
    margin: 5px auto;
}

.afu-error{
    
}

.afu-progress-bar{
    
}

.afu-queue{
    
}

.afu-queue-item{
    
}

.afu-button-default{
    color:#333;
    background-color:#fff;
    border-color:#ccc
}

.afu-button-default:hover,.afu-button-default:focus,.afu-button-default:active,.afu-button-default.active{
    color:#333;
    background-color:#e6e6e6;
    border-color:#adadad
}

.afu-button-default:active,.afu-button-default.active{
    background-image:none
}

.afu-button-default.disabled,.afu-button-default[disabled],fieldset[disabled] .afu-button-default,.afu-button-default.disabled:hover,.afu-button-default[disabled]:hover,fieldset[disabled] .afu-button-default:hover,.afu-button-default.disabled:focus,.afu-button-default[disabled]:focus,fieldset[disabled] .afu-button-default:focus,.afu-button-default.disabled:active,.afu-button-default[disabled]:active,fieldset[disabled] .afu-button-default:active,.afu-button-default.disabled.active,.afu-button-default[disabled].active,fieldset[disabled] .afu-button-default.active{
    background-color:#fff;
    border-color:#ccc
}
