a.hover {
	color: red;
}
 
.fileList {
	padding: 0;
	list-style: none;
	margin: 0;
}
 
.fileList .file-invalid {
	cursor: 		pointer;
	color: 			#CB3942;
	padding-left: 	48px;
	line-height: 	24px;
	background: 	url(images/error.png) no-repeat 24px 5px;
	margin-bottom: 	1px;
}

.fileList .file-invalid em {
	font-style: 	normal;
	font-weight: 	bold;
}

.fileList .file-invalid span {
	/*background-color: #fff6bf;*/
	padding: 1px;
}
 
.fileList .file {
	padding-left: 22px;
	background: url(images/attach.png) no-repeat 1px 50%;
}

.swiff-uploader-box {
	display: 		block;
}

.fileList .file span,
.fileList .file a {
	padding: 0 4px;
}
 
.fileList .file .file-size {
	color: #6084c2;
}
 
.fileList .file .file-error {
	color: #CB3942;
}

.fileList .file .file-progress {
	width: 125px;
	height: 12px;
	vertical-align: middle;
	background-image: url(images/progress.gif);
}
