
.attachList {
	list-style: none;
	margin: 0;
}

.attachList .file-invalid {
	cursor: pointer;
	color: #514721;
	padding-left: 48px;
	line-height: 24px;
	background: url(../images/error.png) no-repeat 24px 5px;
	margin-bottom: 1px;
}
.attachList .file-invalid span {
	background-color: #fff6bf;
	padding: 1px;
}

.attachList .file {
	line-height: 2em;
	padding-left: 22px;
	background: url(../images/attach.png) no-repeat 1px 50%;
}

.attachList .file span,
.attachList .file a {
	padding: 0 4px;
}

.attachList .file .file-size {
	color: #666;
}

.attachList .file .file-error {
	color: #8a1f11;
}

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