.qq-uploader
{
    position: relative;
    width: 100%;
}

.qq-upload-fail
{
    display:none;
}
.upload-estimation
{
    margin-left: 0px !important;
    height: 30px;
}

.qq-upload-button {
    display: block;
    background-color: #0088CC;
    border: 0px solid #CC0000;
    padding: 8px 5px 0px 5px;
    cursor: pointer;
    margin-right: 2px;
    border-radius: 3px;
    color: white;
    font-weight: bold;
    font-family: Verdana, sans-serif;
    font-size: 12px;
    height: 35px;
    margin-left: 0px;
    text-align: center;
    float: left;
}

.qq-upload-button-focus
{
    outline: 1px dotted black;
}

.qq-upload-drop-area
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 70px;
    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
{
    padding: 0;
    list-style: none;
    float:right;
    display:none;
}
.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-file
{
}
.qq-upload-spinner
{
    display: inline-block;
    background: url("Images/loading.gif");
    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;
}
.qq-upload-cancel
{
    margin-right: 7px;
    color: Black !important;
}

