.swiff-uploader-box a {
	display: none !important;
}

/* .hover simulates the flash interactions */


#status {
	padding: 10px 15px;
	width: 95%;
	border: 1px solid #eee;
}

#status .progress {
	background: url(/gfx/fancy_progress_long.gif) no-repeat;
	background-position: +50% 0;
	margin-right: 0.5em;
	vertical-align: middle;
}

#status .progress-text {
	font-size: 0.9em;
	font-weight: bold;
}

#list {
	list-style: none;
	width: 100%;
	margin: 0;
}

#list li.validation-error {
	padding-left: 44px;
	display: block;
	clear: left;
	line-height: 40px;
	color: #8a1f11;
	cursor: pointer;
	border-bottom: 1px solid #fbc2c4;
	background: #fbe3e4 url(/gfx/fancy_failed.png) no-repeat 4px 4px;
}

#list li.file {
	border-bottom: 1px solid #eee;
	background: url(/gfx/fancy_file.png) no-repeat 4px 4px;
	overflow: auto;
}
#list li.file.file-uploading {
	background-image: url(/gfx/fancy_uploading.png);
	background-color: #D9DDE9;
}
#list li.file.file-success {
	background-image: url(/gfx/fancy_success.png);
}
#list li.file.file-failed {
	background-image: url(/gfx/fancy_failed.png);
}

#list li.file .file-name {
	font-size: 1.2em;
	margin-left: 44px;
	display: block;
	clear: left;
	line-height: 40px;
	height: 40px;
	font-weight: bold;
}
#list li.file .file-size {
	font-size: 0.9em;
	line-height: 18px;
	float: right;
	margin-top: 2px;
	margin-right: 6px;
}
#list li.file .file-info {
	display: block;
	margin-left: 44px;
	font-size: 0.9em;
	line-height: 20px;
}
#list li.file .file-remove {
	clear: right;
	float: right;
	line-height: 18px;
	margin-right: 6px;
}