.swf_queued_file_remove,
.swf_queued_filename,
.swf_queued_filesize {
	font-size:85%;
	font-family:arial;
}

.swf_queued_file {
	background:#ddd;
	margin-bottom:2px;
	border:1px solid #999;
	padding:4px;
	clear:both;
}

.swf_queued_file_remove {
	float:left;
	width:20px;
	height:20px;
	background:url(../img/stop.png) no-repeat top left;	
	overflow:hidden;
}
.swf_queued_filename {
	display:inline;
	float:left;
	width:220px;
	overflow:hidden;
}

.swf_queued_filesize {
	float:right;
	overflow:hidden;
}		