@charset "utf-8";

		.photoupload-queue
		{
			width: 380px;
			clear:both; margin:0px; padding:0px 0px 0px 0px;
			list-style:				none;
		}
		.photoupload-queue li
		{
			background:				url(../../lib/fancyupload/photo_upload.png) no-repeat 5px 5px;
			padding:				5px 0 5px 22px;
		}

		.photoupload-queue .queue-file
		{
			font-weight:			bold;
		}

		.photoupload-queue .queue-size
		{
			color:					#aaa;
			margin-left:			1em;
			font-size:				0.9em;
			height: 16px;
		}

		.photoupload-queue .queue-loader
		{
			position:				relative;
			margin:					5px 0px 0px 0px;
			font-size:				0.9em;
			background-color:		#cccccc;
			color:					#000000;
			border:					1px inset #ddd;
			width: 93%; height: 16px;
		}
		.photoupload-queue .queue-subloader
		{
			text-align:				center;
			position:				absolute;
			background-color:		#81B466;
			height:					100%;
			width:					0%;
			left:					0;
			top:					0;
		}

		.photoupload-queue .input-delete
		{
			width:					16px;
			height:					16px;
			/* background:				url(../../lib/fancyupload/delete.png) no-repeat 0 0; */
			text-decoration:		none;
			border:					none;
			float:					right;
		}
