#pickfiles
{
    display: inline-block;
    padding: 10px;
    background-repeat: no-repeat;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 2px 2px 8px #696969;
    -moz-box-shadow: 2px 2px 8px #696969;
    box-shadow: 2px 2px 8px #696969;
    background-image: -moz-linear-gradient(top, #FFFFFF, #D3D3D3);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #FFFFFF), color-stop(1.0, #D3D3D3));
    border: 1px solid #C0C0C0;
    background-color: #DDDDDD;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 20pt;
    color: #888888;
    position: relative;
    margin: 0 auto;
    opacity: 0.5;
    text-decoration: none;
}

#pickfiles img
{
    float: left;
}

#pickfiles span
{
    margin: 20px 0;
    position: relative;
    top: 15px;
}

#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;
}

