.uploading_bg{height:14px; width:450px; background-color:#f6f6f6; padding:1px;position: relative;}

/* progress bar container */
/* color bar */
#progressbar div.progress {
    position: relative;
    height: 14px;
    overflow: hidden;
    background: url(/images/upload_bar.jpg);
    float:left;
}
/* text on bar */
#progressbar div.progress .text {
    position: relative;
    text-align: center;
    color: #36c;
    display: none;
}
/* text off bar */
#progressbar div.text {
    position: absolute;
    left: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 10;
}

#status {
    width: 300px;
}

/*#multiUploadForm table{
    width: 630px;
}
#multiUploadForm table #uploadFileSection, #uploadForm table input[type=file]{
    width: 510px;
}*/

