#fupload{
float:left;
width:360px;
border:1px solid #DDD;
padding-bottom:15px;
margin-left:25px;
}
#fupload ul{
padding:5px;
}
#fupload p a{
color:#018CA3;
margin:0 5px;
font-weight:bold;
}
#fupload-status {
padding:10px 15px;
width:320px;
}
#fupload-status .progress {
background:white url(progress.gif) no-repeat;
background-position:+50% 0;
margin-right:0.5em;
}
#fupload-status .progress-text {
font-size:0.9em;
font-weight:bold;
}
#fupload-list {
list-style:none;
width:350px;
margin:0;
}
#fupload-list li.file {
border-bottom:1px solid #eee;
background:url(file.png) no-repeat 4px 4px;
}
#fupload-list li.file.file-uploading {
background-image:url(uploading.png);
background-color:#D9DDE9;
}
#fupload-list li.file.file-success {
background-image:url(success.png);
}
#fupload-list li.file.file-failed {
background-image:url(failed.png);
}
#fupload-list li.file .file-name {
font-size:1.2em;
margin-left:40px;
display:block;
clear:left;
line-height:40px;
height:40px;
font-weight:bold;
}
#fupload-list li.file .file-size {
font-size:0.9em;
line-height:18px;
float:right;
margin-top:2px;
margin-right:6px;
}
#fupload-list li.file .file-info {
display:block;
margin-left:34px;
font-size:0.9em;
line-height:20px;
 clear
}
#fupload-list li.file .file-remove {
clear:right;
float:right;
line-height:18px;
margin-right:6px;
}