#ffvugd-form {
    max-width: 800px;
    margin: 0 auto;
}

#upload-progress {
    width: 100%;
    height: 20px;
    margin-top: 10px;
}

#ffvugd-form label {
    display: inline-block;
    width: 30%;
    text-align: left;
    margin-right: 10px;
    vertical-align: middle;
}

#ffvugd-form input[type="text"],
#ffvugd-form input[type="email"],
#ffvugd-form input[type="tel"],
#ffvugd-form input[type="url"],
#ffvugd-form input[type="file"] {
    width: 70%;
    vertical-align: middle;
}

#ffvugd-form h3 {
    margin-bottom: 10px;
}

#ffvugd-form button[type="submit"] {
    margin-top: 10px;
    width: 80%;
}

#ffvugd-form progress {
    margin-top: 10px;
    width: 80%;
}

#ffvugd-form #progress-percent,
#ffvugd-form #upload-speed {
    display: block;
    text-align: center;
    margin-top: 5px;
}