.progress_bar{
    height: 3px;
    background-color: #E5E5E5;
    margin-top: 10px;
    width: 100%;
}
.progress_bar div{
    height:100%;
    background-color: #0099FF;
}

.uploadify-queue {
    margin-bottom: 1em;
}
.uploadify-queue-item {
    background-color: #F5F5F5;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font: 11px Verdana, Geneva, sans-serif;
    margin-top: 5px;
    max-width: 350px;
    padding: 10px;
}
.uploadify-error {
    background-color: #FDE5DD !important;
}
.uploadify-queue-item.completed {
    background-color: #E5E5E5;
}

.uploadify-button-text {
    
}