/**
 * CSS Buttons Stylesheet
 *
 * Thanks to paulm for much of the content of the CSS buttons code
 *
 * *package templateSystem
 * *copyright Copyright 2003-2005 Zen Cart Development Team
 * *copyright Portions Copyright 2003 osCommerce
 * *license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
 * *version $Id: stylesheet_css_buttons.css 4387 2006-09-04 13:54:28Z drbyte $
 * 
 */

.cssButton, .cssButtonHover {
padding: 3px 5px;
background: #D6A54A;
color: #000000;
font-family: Arial, Helvetica, sans-serif;
font-size: 1em;
text-align:center;
white-space: nowrap;
text-decoration: none;
font-weight: bold;
border: none;
}

.cssButtonHover {
background: #526B52;
}

.button_update_cart {color: red;}
.button_update_cartHover {color: #003D00;}

input.cssButton, input.cssButtonHover{
  width: 0 !important;
  overflow: visible;  
}
input.cssButton[class], input.cssButtonHover[class] { /* IE ignores this [class]*/
  width: auto !important;
}
