a.hover {
   color: red;
}

#filelist {
   padding: 0;
   list-style: none;
   margin: 0;
}

#filelist .file-invalid {
   cursor: pointer;
   color: #514721;
   padding-left: 48px;
   line-height: 24px;
   background: url(images/error.png) no-repeat 24px 5px;
   margin-bottom: 1px;
}
#filelist .file-invalid span {
   background-color: #fff6bf;
   padding: 1px;
}

#filelist .file {
   line-height: 2em;
   padding-left: 22px;
   background: url(images/attach.png) no-repeat 1px 50%;
}

#filelist .file span,
#filelist .file a {
   padding: 0 4px;
}

#filelist .file .file-size {
   color: #666;
}

#filelist .file .file-error {
   color: #8a1f11;
}

#filelist .file .file-progress {
   width: 125px;
   height: 12px;
   vertical-align: middle;
   background-image: url(images/progress.gif);
}

