
.photoupload-queue
{
	list-style:				none;
	min-height:				18px;
}

ul.photoupload-queue {	padding:0 0 0 6px;	margin:0; border: 1px solid #cccccc; }
ul.photoupload-queue li {	padding:0 0 5px 0;	margin:0; }

.photoupload-queue .queue-file
{
	font-weight:			bold;
}

.photoupload-queue .queue-size
{
	color:					#aaa;
	margin-left:			1em;
	font-size:				0.9em;
}

.photoupload-queue .queue-loader
{
	position:				relative;
	margin:					3px 15px;
	font-size:				0.9em;
	background-color:		#ddd;
	color:					#fff;
	border:					1px inset #ddd;
}
.photoupload-queue .queue-subloader
{
	text-align:				center;
	position:				absolute;
	background-color:		#81B466;
	height:					100%;
	width:					0%;
	left:					0;
	top:					0;
}

.queue-subloader
{
	margin: 0;
	margin-top:5px;
	margin-bottom:5px;
	background-image: url(/images/dlbarback.gif); 
	background-repeat:repeat-x; 
	height:34px; 
	border:1px solid #d6e0e8;
}


.queue-subloader-percentage
{
	margin: 0;
	margin-top:10px;
	margin-bottom:10px;
	padding-left:10px;
	height:35px; 
	line-height:35px;
	border:1px solid #d6e0e8;
}

.photoupload-queue .input-delete
{
	width:					16px;
	height:					16px;
	background:				url(images/delete.png) no-repeat 0 0;
	text-decoration:		none;
	border:					none;
	float:					right;
	color:					#FF0000;
}