.webuploader-container {
    position: relative;
    border: none;
    background: #8078e3;
    display: block;
    margin: 5px auto;
    width: 100px;
    height: 30px;
    cursor: pointer;
}

.webuploader-element-invisible {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
}

.webuploader-pick {
    width: 100px;
    position: relative;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    cursor: pointer;
    background: #8078e3;
    padding: 10px 15px;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    overflow: hidden;
}

.webuploader-pick-hover {
    background: #00a2d4;
}

.webuploader-pick-disable {
    opacity: 0.6;
    pointer-events: none;
}

#fileProgress p{
    font-size: 14px;
    margin-bottom: 5px;
}
#fileProgress progress{
    height: 20px;
    border: medium;
}