/* FancyUpload */

#demo-status #demo-select-images {
width:15px;
border:none;
}

#demo-status .progress {
background:white url(../img/fancy/progress.gif) no-repeat;
background-position:+50% 0;
margin-right:0.5em;
}

#demo-status .progress-text {
font-size:0.9em;
font-weight:bold;
}

#demo-list {
list-style:none;
width:470px;
margin:0;
padding:0;
color:#333333;
}

#demo-list li.file {
border-bottom:1px solid #eee;
background:url(../img/fancy/file.png) no-repeat 4px 4px;
}

#demo-list li.file.file-uploading {
background-image:url(../img/fancy/uploading.png);
background-color:#D9DDE9;
}

#demo-list li.file.file-success {
background-image:url(../img/fancy/success.png);
}

#demo-list li.file.file-failed {
background-image:url(../img/fancy/failed.png);
}

#demo-list li.file .file-name {
margin-left:44px;
display:block;
clear:left;
line-height:40px;
height:40px;
font-weight:bold;
}

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

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

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

#demo-status .no {
display:none;
}

#demo-status p {
margin-top:20px;
}

#demo-status .bar {
margin-top:12px;
}

