#upload_form {
    width:100%;
}
#preview {
    display: none;
    float: left;
    padding: 8px;
}
#preview img {
    background-color:#fff;
    display:block;
    float:right;
    width:200px;
}
#upload_form > div {
    margin-bottom:10px;
}
.upload-status {
    color: #444444;
    padding-top: 4px;
    font-size: 11px;
}
#speed,#remaining {
    float:left;
    width:100px;
    padding: 0 6px;
}
#speed {
    text-align: right;
}
#b_transfered {
    float:left;
    text-align:left;
}
.clear_both {
    clear:both;
}
#image_file {
    width:400px;
}
#progress_info {
    font-size:10pt;
}
#fileinfo {
    padding: 8px;
    float: left;
}
#fileinfo,#upload_message {
    color:#444444;
    display:none;
    font-size:10pt;
    margin-top:10px;
}
#progress-bar {
    display: block;
    width: 100%;
    /* border: 1px solid #002262; */
    float: left;
    height: 10px;
    background: #eee;
}
#progress {
    display: none;
    /* float: left; */
    height: 100%;
    background: #002262;
    position: relative;
}
#progress_percent {
    float:right;
}
