#pickfiles {
    background-image: url('../images/upload.png');
    background-position: top;
    display: inline-block;
    height: 86px;
    width: 255px;
}

#pickfiles:hover {
    background-position: center;
}

#pickfiles:active {
    background-position: bottom;
}

#blankfile
{
    display: none;
}

#filelist .file
{
    border: 1px solid #ccc;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 20px;
    background: #fff6bf;
}

#filelist .file.finish
{
    background: #e6efc2;
}

#filelist .progress
{
    margin-top: 10px;
    height: 10px;
    width: 100%;
    background: #e1e1e1;
    border: 1px solid #666;
}

#filelist .progress .current
{
    height: 10px;
    width: 0;
    background: #666;
}

#upload_options
{
    margin-top: 20px;
}

#upload_options ul
{
    list-style: none;
}

#upload_options ul li
{
    float: left;
}

#upload_options ul li.title
{
    font-weight: bold;
    clear: left;
    width: 150px;
}

