div.fileRecord{
    margin-bottom:30px;
    border:1px solid #ccc;
    padding:5px;
}

div.fileRecordSpacer{

}

a.file{
    width:100px;
    margin:5px;
    padding:2px;
    display:block;
    float:left;
    text-align:center;   
    background-color:white;
}

a.file:hover{
    background-color:#f9f9f9;
}

.error, .success, .notice{
    width:400px;
}

.error ul{
    margin-bottom:0;
}