/*上传进度样式*/
.Ico
{
    border-bottom: 0px;
    border-left: 0px;
    background-color: transparent;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    border-top: 0px;
    border-right: 0px;
}

.IcoNormal
{
    float: left;
    border-bottom: 0px;
    border-left: 0px;
    background-color: transparent;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    border-top: 0px;
    border-right: 0px;
    background-image: url(images/upload_normal.gif);
    background-repeat: no-repeat;
}

.IcoWaiting
{
    float: left;
    border-bottom: 0px;
    border-left: 0px;
    background-color: transparent;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    border-top: 0px;
    border-right: 0px;
    background-image: url(images/upload_waiting.gif);
    background-repeat: no-repeat;
}

.IcoUpload
{
    float: left;
    border-bottom: 0px;
    border-left: 0px;
    background-color: transparent;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    border-top: 0px;
    border-right: 0px;
    background-image: url(images/upload.gif);
    background-repeat: no-repeat;
}

.theFont
{
    color: #0068B7;
}

.fle
{
    float: left;
}

.statebarSmallDiv
{
    float: left;
    width: 50px;
    height: 6px;
    background-color: #fafafa;
    border: solid 1px #ccc;
    vertical-align: middle;
    margin-left: 5px;
    margin-top: 10px;
}
.statebarBigDiv
{
    float: left;
    width: 100px;
    height: 6px;
    background-color: #fafafa;
    border: solid 1px #ccc;
    vertical-align: middle;
    margin-left: 5px;
    margin-top: 4px;
}
.statebar
{
    background-color: #a5dd3d;
    width: 30%;
    font-size: 1px;
    overflow: hidden;
    line-height: 6px;
}

.ftt
{
    margin: 5px;
}

.progressobj
{
    clear: both;
    font-family: Verdana;
    color: #A59A98;
    margin: 3px;
}

.progressobj A
{
    color: #0068B7;
    text-decoration: underline;
}
.progressobj A:hover
{
    color: #0068B7;
}
