#demo-status .progress
{
	background:				white url(/img/fancy/progress.gif) no-repeat;
	background-position:	+50% 0;
	margin-right:			0.5em;
}
 
#demo-status .progress-text
{
  position:relative;
  top:-4px;
	font-weight:			bold;
}
 
#demo-list
{
	list-style:				none;
	width:					390px;
	margin:					0;
	padding:0;
}
 
#demo-list li.file
{
	background:				url(/img/fancy/file.png) no-repeat 0px 4px;
}
#demo-list li.file.file-uploading
{
	background-image:		url(/img/fancy/uploading.png);
}
#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
{
	font-size:				1.2em;
	margin-left:			40px;
	display:				block;
	clear:					left;
	line-height:			40px;
	height:					40px;
	font-weight:			bold;
}
#demo-list li.file .file-size
{
	font-size:				1.2em;
	line-height:			40px;
	float:					right;
	margin-top:				2px;
	margin-right:			6px;
	  display:none;
}
#demo-list li.file .file-info
{
	display:				block;
	margin-left:			44px;
	font-size:				0.9em;
	line-height:			20px;
	clear
}
#demo-list li.file .file-remove
{
	clear:					right;
	float:					right;
	display:none;
	line-height:			18px;
	margin-right:			6px;
}
