.swiff-uploader-box a {
	display: none !important;
}

a:hover, a.hover {
	color: red;
}

#fancy-upload-status
{
	padding: 10px 15px;
	width: 420px;
	border: 0px solid #eee;
}

#fancy-upload-status .progress
{
	background: url(../img/fancyupload3/progress.gif) no-repeat;
	background-position: +50% 0;
	margin-right: 0.5em;
	vertical-align: middle;
}

#fancy-upload-status .progress-text
{
	font-size: 0.9em;
	font-weight: bold;
}

#fancy-upload-list
{
	list-style: none;
	width: 450px;
	margin: 0;
}

#fancy-upload-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(../img/fancyupload3/failed.png) no-repeat 4px 4px;
}

#fancy-upload-list li.file
{
	border-bottom: 1px solid #eee;
	background: url(../img/fancyupload3/file.png) no-repeat 4px 4px;
	overflow: auto;
}
#fancy-upload-list li.file.file-uploading
{
	background-image: url(../img/fancyupload3/uploading.png);
	background-color: #D9DDE9;
}
#fancy-upload-list li.file.file-success
{
	background-image: url(../img/fancyupload3/success.png);
}
#fancy-upload-list li.file.file-failed
{
	background-image: url(../img/fancyupload3/failed.png);
}

#fancy-upload-list li.file .file-name
{
	font-size: 1.2em;
	margin-left: 44px;
	display: block;
	clear: left;
	line-height: 40px;
	height: 40px;
	font-weight: bold;
}
#fancy-upload-list li.file .file-size
{
	font-size: 0.9em;
	line-height: 18px;
	float: right;
	margin-top: 2px;
	margin-right: 6px;
}
#fancy-upload-list li.file .file-info
{
	display: block;
	margin-left: 44px;
	font-size: 0.9em;
	line-height: 20px;
}
#fancy-upload-list li.file .file-remove
{
	clear: right;
	float: right;
	line-height: 18px;
	margin-right: 6px;
}
