#FancyUploadBox {

	width: 450px;
}

#FancyUploadBox .progress {
	background: white url("/inc/FancyUpload/img/progress-bar/progress.gif") no-repeat;
	background-position: +50% 0;
	margin-right: 0.5em;
}

#FancyUploadBox .progress-text {
	font-size: 12px;
	font-weight: bold;
}

#FancyUploadBox .current-text {
	margin-left: 50px;
}

#ImageList {
	list-style: none;
	width: 450px;
	margin: 0;
}

#ImageList li {
	list-style: none;
}

#ImageList li.file {
	border-bottom: 1px solid #eee;
	background: url("/inc/FancyUpload/img/file.png") no-repeat 4px 4px;
}

#ImageList li.file.file-uploading {
	background-image: url("/inc/FancyUpload/img/uploading.png");
	background-color: #d9dde9;
}

#ImageList li.file.file-success {
	background-image: url("/inc/FancyUpload/img/success.png");
}

#ImageList li.file.file-failed {
	background-image: url("/inc/FancyUpload/img/failed.png");
}

#ImageList li.file .file-name {
	font-size: 12px;
	margin-left: 34px;
	display: block;
	clear: left;
	line-height: 20px;
	height: 40px;
	font-weight: bold;
}

#ImageList li.file .file-size {
	font-size: 11px;
	line-height: 18px;
	float: right;
	margin-top: 2px;
	margin-right: 6px;
}

#ImageList li.file .file-info {
	display: block;
	margin-left: 44px;
	font-size: 11px;
	line-height: 20px;
	clear: right;
}

#ImageList li.file .file-remove {
	font-size: 11px;
	clear: right;
	float: right;
	line-height: 18px;
	margin-right: 6px;
}
