#art-status
{
	/* background-color:		#F9F7ED; */
	padding:				10px 15px;
	width:					250px;
}
 
#art-status .progress
{
	background:				white url(../images/progress.gif) no-repeat;
	background-position:	+50% 0;
	margin-right:			0.5em;
}
 
#art-status .progress-text
{
	font-size:				0.9em;
	font-weight:			bold;
}
 
#art-list
{
	list-style:				none;
	width:					250px;
	margin:					0;
	padding: 0px 0px 20px 0px;
}
 
#art-list li.file
{
	border-bottom:			1px solid #eee;
	background:				url(../images/file.png) no-repeat 4px 4px;
}
#art-list li.file.file-uploading
{
	background:		url(../images/uploading.png) no-repeat 4px 4px;
	background-color:		#D9DDE9;
}
#art-list li.file.file-success
{
	background:		url(../images/success.png) no-repeat 4px 4px;
}
#art-list li.file.file-failed
{
	background:		url(../images/failed.png) no-repeat 4px 4px;
}
 
#art-list li.file .file-name
{
	font-size:				1.0em;
	margin-left:			40px;
	display:				block;
	clear:					left;
	line-height:			40px;
	height:					40px;
	font-weight:			bold;
}
#art-list li.file .file-size
{
	font-size:				0.9em;
	line-height:			18px;
	float:					left;
	margin-top:				2px;
	margin-right:			6px;
	margin-left:			40px;
}
#art-list li.file .file-info
{
	clear: 						both;
	display:					block;
	margin-top: 			10px;
	margin-left:			20px;
	font-size:				0.9em;
	/* line-height:			40px; */
}
#art-list li.file .file-remove
{
	/* clear:					right; */
	float:					right;
	line-height:			18px;
	margin-right:			6px;
}

#art-list-location
{
	padding:				10px 15px;
	width:					250px;
}

.hide {
	display:none;
}
