#demo-status
{
	background-color:		#F9F7ED;
	padding:				10px 15px;
	width:					70%/*420px*/;
}
 
#demo-status .progress
{
	background:				white url(/files/images/assets/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:					450px;
	margin:					0;
}
 
#demo-list li.file
{
	border-bottom:			1px solid #eee;
	overflow:hidden;
	height:1%;
	background:				url(/files/images/assets/file.png) no-repeat 36px 4px;
}
#demo-list li.file.file-uploading
{
	background-image:		url(/files/images/assets/uploading.png);
	background-color:		#D9DDE9;
}
#demo-list li.file.file-success
{
	background-image:		url(/files/images/assets/success.png);
}
#demo-list li.file.file-failed
{
	background-image:		url(/files/images/assets/failed.png);
}
 
#demo-list li.file .file-name
{
	float:left;
    margin-left:137px;
    height:40px;
	line-height:40px;
	width:230px;
	/*border:1px solid red;*/
	overflow:hidden;
	font-size:				1.2em;
	font-weight:			bold;
	/*font-size:				1.2em;
	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:			137px;
	font-size:				0.9em;
	line-height:			20px;
	clear: both;
}
#demo-list li.file .file-remove
{
	clear:					right;
	float:					right;
	/*line-height:			18px;*/
	margin-right:			6px;
}
#demo-status p.upmenu a, #demo-status p.upmenu label{font-size: 12px;font-weight: bold;color:#008000;cursor:pointer;line-height:22px;}