#download .attachment a{
    display: block;
    height: 40px;
    background: #f8f8f8;
    margin-bottom: 5px;
    color: #333;
    padding: 3px 20px 0px 0px;
    border-radius: 2px;
}

#download .attachment a:hover{
    text-decoration: none;
    background: #efefef;
}

#download .attachment img{
    float:left;
    width:32px;
    height: 32px;
    margin: 2px 5px 0px 5px;
}

#link a{
    display: block;
    width: 598px;
    height: 30px;
    line-height: 30px;
    background-color: #efefef;
    margin-bottom: 8px;
    padding-left: 40px;
    text-align: left;
    background-image: url('../../css/img/pdf.gif');
    background-repeat: no-repeat;
    background-position: 10px center;
    border: 1px solid #efefef;
    border-bottom: 1px solid #5D9CEC;
}

#link a:hover{
    background-color: white;
    text-decoration: none;
}
