a.button, input.button
{
    border: 1px solid #404040;
}
a.button:hover, input.button:hover
{
    background: white;
    color: #404040;
}
.product-info .priceview-add a {
    border: 1px solid #404040;
}
.product-info .priceview-add a:hover {
    background: white;
    color: #404040;
}
.product-item .rightCol .details a {
    border: 1px solid #404040;
}
.product-item .rightCol .details a:hover {
    background: white;
    color: #404040;
}