#upzone {
    /* drop zone box for file upload */
    width: 250px;
    height: 40px;
    background: #cfd5ff;
    padding: 10px;
}

#upzone.highlight {
    /* bright yellow when file is dragged over */
    background: #ff0;
}

#upform {
    /* hidden file input that get passed  to upload.js */
    display: none;
}

#folderForSave {
    /* hidden input contains the ame of the folder that gets the file */
    display: none;
}