a.qq-uploader
{
    position: relative;
    width: 100%;
}

/*
    .qq-upload-button
    {
        display:block; or inline-block 
        width: 105px; padding: 7px 0; text-align:center;    
        background:#880000; border-bottom:1px solid #ddd;color:#fff;
    }

    .qq-upload-button-hover
    {
    }

    .qq-upload-button-focus
    {
        outline:1px dotted black;
        
    }

    .qq-upload-file
    {
    }
*/

.qq-uploader
{
    height: 36px;
}

.qq-upload-drop-area
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    min-height: 50px;
    z-index: 2;
    background: #DDE1FF;
    text-align: center;
}

.qq-upload-drop-area span
{
    display: block;
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: -8px;
    font-size: 16px;
}

.qq-upload-drop-area-active
{
    background: #B8FF8C;
}

.qq-upload-list
{
    margin: 15px 35px;
    padding: 0;
    list-style: disc;
}

.qq-upload-list li
{
    margin: 0;
    padding: 0;
    line-height: 15px;
    font-size: 12px;
}

.qq-upload-file, .qq-upload-spinner, .qq-upload-size, .qq-upload-cancel, .qq-upload-failed-text
{
    margin-right: 7px;
}

.qq-upload-spinner
{
    display: inline-block;
    background: url("../images/icons/att_loader.gif") no-repeat;
    width: 15px;
    height: 15px;
    vertical-align: text-bottom;
}

.qq-upload-size, .qq-upload-cancel
{
    font-size: 11px;
}

.qq-upload-failed-text
{
    display: none;
}

.qq-upload-fail .qq-upload-failed-text
{
    display: inline;
}

#uploadpicture
{
    position: relative;
    padding: 0 !important;
    height: 34px;
    line-height: 34px;
}

#uploadpicture.buttonM
{
    position: relative;
    padding: 0 !important;
    height: 36px;
    line-height: 36px;
}

#uploadpicture a
{
    padding: 8px 15px;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    text-shadow: 0 -1px #5c8700;
}

#uploadpicture a:hover
{
    text-decoration: none;
}

#uplbackground
{
    height: 150px;
    position: relative;
    padding-right: 20px;
    padding-bottom: 17px;
    padding-left: 130px;
    padding-top: 20px;
    background: url('../img/popup/icon_pictures.png') 40px 22px no-repeat;
}

#uplbackground2
{
    height: 150px;
    position: relative;
    padding-right: 20px;
    padding-bottom: 17px;
    padding-left: 130px;
    padding-top: 20px;
    background: url('../img/popup/icon_videos.png') 40px 22px no-repeat;
}


#uplbackground3
{
    height: 150px;
    position: relative;
    padding-right: 20px;
    padding-bottom: 17px;
    padding-left: 130px;
    padding-top: 20px;
    background: url('../img/popup/icon_scan.png') 40px 22px no-repeat;
}

#uplbackground3.imgxlsx
{
    background: url('../img/icons/export_xlsx.png') 40px 22px no-repeat;
}

#upl_description
{
    position: absolute;
    left: 130px;
    top: 20px;
    width: 350px;
    font-size: 14px;
    line-height: 16px;
    color: #333333;
    text-shadow: white 1px 1px 0px;
}

#upl_limits
{
    position: absolute;
    left: 130px;
    top: 90px;
    width: 300px;
    font-size: 13px;
    line-height: 16px;
    color: #555555;
    text-shadow: white 1px 1px 0px;
}

.uplsection
{
    overflow: hidden;
}

.uplprogresssection
{
    display: none;
}

#upl_progressbar
{
    position: absolute;
    left: 130px;
    top: 64px;
    width: 285px;
    height: 20px;
    overflow: hidden;
    background-color: #FFFFFF;
    border: 1px solid #ADADAD;
    display: none;
}

#upl_pgb_progress
{
    position: absolute;
    left: 130px;
    top: 64px;
    height: 20px;
    width: 0px;
    background-color: blue;
    overflow: hidden;
    background: #4A8AF4 url('../img/popup/progressbar.png') repeat-x;
    border: 1px solid #0062F3;
    border-right: none;
    display: none;
}

#upl_statusprogress
{
    background: url('../img/popup/ajax-loader.gif') no-repeat;
    position: absolute;
    left: 130px;
    top: 64px;
    height: 19px;
    line-height: 19px;
    width: 220px;
}

#upl_status
{
    position: absolute;
    left: 130px;
    top: 95px;
    width: 285px;
    color: #666666;
    text-shadow: white 1px 1px 0px;
}