Try this css:
Code:
/* ***** Download Button for attachments by Mohammad Kamal, edited by Zyon */
.downloadbutton_attachments{
font-size: 8pt;
font-family: tahoma, verdana, 'times new roman', arial;
border: solid 1px;
padding: 3px;
text-decoration: none;
background-color: #E1E4F2;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}
a.downloadbutton_attachments:hover {
color:#FF4400;
}
It look better on vBulletin because it have vB colors

.
Thanks for posting this