.fb-upload {
    color: #7b7b7b;
    padding: 20px;
    position: relative;
}
.upload-step-2,
.upload-error {
    display: none;
    width: 350px;
}
    .upload-step-1 p {
        margin-bottom: 20px;
    }
    .upload-step-1 .headline {
        font-size: 18px;
        font-weight: bold;
        line-height: 1.3em;
        margin-bottom: 30px;
    }
    .upload-btn,
    .upload-drop,
    .upload-combi {
        background-color: #fff;
        border: 1px solid #ccc;
        border-radius: 5px;
        display: inline-table;
        height: 90px;
        padding: 5px;
        position: relative;
        vertical-align: top;
        width: 150px;
    }
        .upload-btn .icon {
            font-size: 36px;
        }
        .upload-btn p,
        .upload-drop p,
        .upload-combi p {
            display: table-cell;
            position: relative;
            vertical-align: middle;
        }
        .btn input,
        .upload-btn input,
        .upload-combi input {
            cursor: pointer;
            height: 100%;
            left: 0;
            margin: 0;
            opacity: 0;
            padding: 0;
            position: absolute;
            top: 0;
            width: 100%;
        }
    .upload-btn:hover,
    .upload-combi:hover {
        background-color: #82b338;
        color: #fff;
    }
    .upload-drop,
    .upload-combi {
        border: 1px dashed #ccc;
    }
    .upload-combi {
        width: 100%;
        height: 150px;
    }
        .upload-combi span {
            display: inline-block;
            font-size: 36px;
            margin-top: 20px;
        }
    .upload-btn + span {
        line-height: 90px;
        margin: 0 10px;
    }
    
    .upload-progress {
        background-color: #f2f2f2;
        background-image: linear-gradient(to bottom, #f2f2f2, #f9f9f9);
        background-repeat: repeat-x;
        border-radius: 4px;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
        height: 20px;
        overflow: hidden;
        margin-top: 25px;
        text-align: left;
    }
    .upload-progress.error {
        box-shadow: 0 0 0 2px #f00;
    }
        .upload-progress div {
            background-color: #82b338;
            border-radius: 5px;
            display: inline-block;
            height: 100%;
            overflow: hidden;
            position: relative;
            transition: width 0.3s;
        }
            .upload-progress div p {
                background: #82b338 url("/wp-content/themes/FCE/images/progress_animation.gif") repeat-x scroll 0 0;
                display: block;
                height: 100%;
                opacity: 0.25;
            }
            .upload-progress div span {
                color: #fff;
                font-weight: 600;
                position: absolute;
                right: 10px;
                top: 0;
                z-index: 1;
                line-height: 20px;
            }