﻿.qq-uploader
{
    position: relative;
    width: 100%;
    line-height:24px;
}

.qq-upload-button
{
    display: block; /* or inline-block */
    width: 200px;
    padding: 7px 0;
    text-align: center;
    background: #F5F5F5;
    border: 1px solid #bbb;
    color: #5C5C5C;
}
.qq-upload-button-hover
{
    background: #ddd;
}
.qq-upload-button-focus
{
    outline: 1px dotted black;
}

.qq-upload-drop-area
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    min-height: 40px;
    z-index: 2;
    background: #FF9797;
    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: #FF7171;
}

.qq-upload-list
{
    margin-top: 15px;
    padding: 0;
    list-style: none;
}
.qq-upload-list li
{
    margin: 0;
    padding: 0;
    line-height: 15px;
    font-size: 12px;
    max-width: 302px;
    overflow:hidden;
}



.qq-upload-file, .qq-upload-spinner, .qq-upload-size, .qq-upload-cancel, .qq-upload-failed-text
{
    margin-right: 7px;
    color : Green;
    font-weight : bold;
}

.qq-upload-file
{
}
.qq-upload-spinner
{
    display: inline-block;
    background: url(/images/loading_small.gif);
    width: 15px;
    height: 15px;
    vertical-align: text-bottom;
}
.qq-upload-size, .qq-upload-cancel
{
    font-size: 11px;
}

.qq-upload-size
{
    color : Blue;
}

.qq-upload-failed-text
{
    display: none;
}
.qq-upload-fail .qq-upload-failed-text
{
    display: inline;
    color : Red;
}
