
#demo-status
{
	background-color:		#F9F7ED;
	padding:				10px 15px;
	width:					auto;
}

#demo-status fieldset
{
	padding:				0.5em 1em;
	border:					none;
}

#demo-status legend
{
	display:				block;
	font:					1.2em bold Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#demo-status .progress
{
	background:				white url(<?php echo $cestaphp; ?>myjs/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;
	overflow:				auto;
	margin:					0;
}

#demo-list li.file
{
	border-bottom:			1px solid #eee;
	overflow:				auto;
	background:				url(<?php echo $cestaphp; ?>myjs/file.gif) no-repeat 4px 4px;
}
#demo-list li.file.file-uploading
{
	background-image:		url(<?php echo $cestaphp; ?>myjs/uploading.gif);
	background-color:		#D9DDE9;
}
#demo-list li.file.file-success
{
	background-image:		url(<?php echo $cestaphp; ?>myjs/success.gif);
}
#demo-list li.file.file-failed
{
	background-image:		url(<?php echo $cestaphp; ?>myjs/failed.gif);
}

#demo-list li.file .file-name
{
	font-size:				1.2em;
	margin-left:			170px;
	display:				block;
	line-height:			22px;
	height:					25px;
	font-weight:			bold;
}
#demo-list li.file .file-size
{
  margin-right:   10px;
	float:					right;
}
#demo-list li.file .file-info
{
	display:				block;
	margin-left:			44px;
}
#demo-list li.file .file-remove
{
	margin-right:   350px;
	float:					right;
}
