a.hover {
color: red;
}

#fu-list {
padding: 0;
list-style: none;
margin: 0;
}

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

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

#fu-list .file span,
#fu-list .file a {
padding: 0 4px;
}

#fu-list .file .file-size {
color: #666;
}

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

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