.qq-uploader {
    position:relative;
    width: 100%;
    padding: 0 !important;
    margin: 0;
}

.qq-upload-button {
    display: block; /* or inline-block */
    width: auto;
    padding: 7px 0;
    text-align: center;
    border-bottom: 1px solid #ddd;
    color: #fff;
    font-family: Arial;
    font-weight: bold;
}
.qq-uploader button.submit {
    margin: 0 0 3px 0;
    float: right;
}
.qq-upload-button-hover {
    /*background: #409BB9*/;
}
.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-color: #E6E3DC;
    border: 1px dashed #666;
    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: #409BB9;
}

.qq-upload-list {
    margin: 15px 35px;
    padding: 0;
    list-style: none;
    float: left;
}
.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 {
    float: left;
    margin-right: 7px;
    max-width: 207px;
    overflow: hidden;
}

.qq-upload-file {}
.qq-upload-spinner {
    display: inline-block;
    /*
    * background-color
    * background-image
    * background-repeat
    * background-attachment
    * background-position
    */
    background: transparent url("fileuploader/images/loading.gif") no-repeat scroll center center;
    width: 18px;
    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;
}