.progresscontainer { width: 100px; height: 10px; background-color: blue; }
.progressbar { width: 0px; height: 10px; background-color: red; }
div.inputhead { font-size: x-small; width: 300px; }
.data { margin-left: 20px; }
#fu_progressBox {
    width:250px;
    /*padding:12px 0 0 23px; border:0px;*/
    padding: 12px 0 0 0; border: 0px;
    background-image:url(/images/async-cv-uploader/popup-layer-bg-upper.png); background-repeat:no-repeat;/* display:inline;*/
    font-size: 15px; color:#888;
    position: absolute; display:none;
}
#fu_progressBarIcon { float:left; padding-left: 14px; }
#fu_uploadStatus {
    clear:left; padding-left: 23px; padding-right: 20px; width: 210px; border:0px;
    background-image:url(/images/async-cv-uploader/popup-layer-bg-bottom.png); background-repeat:no-repeat; background-position:left bottom;
}