Look for:-
#cartAdd {
in stylesheet.css
Then add a background colour to the style-set.
PS: I did this to mine and it looks quite cool 
PHP Code:
#cartAdd {
float: right;
text-align: center;
margin-top: 1em;
margin-right: 1em;
margin-bottom: 1em;
margin-left: 1em;
background-color: #f7d4db;
border-top-width: 2px;
border-right-width: 2px;
border-bottom-width: 2px;
border-left-width: 2px;
border-top-style: dotted;
border-right-style: dotted;
border-bottom-style: dotted;
border-left-style: dotted;
border-top-color: #698da5;
border-right-color: #698da5;
border-bottom-color: #698da5;
border-left-color: #698da5;
padding-top: 1em;
padding-right: 1em;
padding-bottom: 1em;
padding-left: 1em;
}