.cssButton {
 color: #FFFFFF;
 background-color: #876878 !important; /* !important to retain the background color after auto form field coloring fix */
 border:1px solid #876878;
 text-decoration: none;
 white-space: nowrap;
 text-align: center;
 padding:2px;
 font-family: verdana, arial, helvetica, sans-serif;
 font-size:12px;
 text-align:center;
 font-weight:bold;
 
}

.cssButtonHover {
 color: #FFFFFF;
 background-color:#B6AB23;
 border: 1px solid #876878;
 text-decoration: none;
  padding:2px;
  font-family: verdana, arial, helvetica, sans-serif;
 font-size:12px;
 text-align:center;
 font-weight:bold;
 
}

.cssButtonHover, a:hover .cssButton, .cssButton:hover{
  color: #FFFFFF;
  background: #B6AB23 !important;
}

 
.button_in_cart {
	width:150px !important;
}

.button_add_cart {
	width:140px !important;
}

.button_update_cart {
	width:150px !important;
}