#jbx_div{
width:450px;
text-align:center;
margin:10px auto;
display:block !important;
}
#jbx_div h2{
margin-top:20px;
text-align:center;
font-weight:bold;
}
#upload-status {
background-color:#F9F7ED;
width:420px;
margin:10px auto;
padding:10px 15px;
}
#upload-status .progress {
background:#FFF url("progress.gif") no-repeat;
background-position:50% 0;
margin-right:0.5em;
}
#upload-status .progress-text {
font-size:0.9em;
font-weight:700;
}
#upload-submit{
font-weight:700;
}
#upload-list {
list-style:none;
width:450px;
margin:0;
}

#upload-list li.file {
border-bottom:1px solid #ddd;
background:#fff;
margin:0 auto;
}
#upload-list li.file.file-uploading {
background:#fffed5;
}

#upload-list li.file.file-success {
background:#bee5ac;
}

#upload-list li.file.file-failed {
background:#f48f8f;
}

#upload-list li.file .file-name {
font-size:1.2em;
margin-left:44px;
display:block;
clear:left;
line-height:40px;
height:40px;
font-weight:700;
}

#upload-list li.file .file-size {
font-size:0.9em;
line-height:18px;
float:right;
margin-top:2px;
margin-right:6px;
}

#upload-list li.file .file-info {
display:block;
margin-left:44px;
font-size:0.9em;
line-height:20px;
}

#upload-list li.file .file-remove {
clear:right;
float:right;
line-height:18px;
margin-right:6px;
}