#t10t-video-upload-form {
    max-width: 500px;
    margin: auto;
    padding: 20px;
    background: #fff;
    border-radius: 8px;
}
#t10t-video-upload-form input, #t10t-video-upload-form select, #t10t-video-upload-form button {
    width: 100%;
    margin-bottom: 10px;
    padding: 8px;
}
#t10t-video-upload-form button {
    background: #0066cc;
    color: #fff;
    border: none;
    cursor: pointer;
}
