/**
 * 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,v 1.1 2007/10/04 12:57:39 pierrick Exp $
 */

/* css buttons */
.cssButton, .cssButtonHover {
  height: auto;
  width: auto;
  padding: 0px;
  margin: 0px;
  background-color: #ECEEED;
  border: none;
  cursor: pointer;
  color: #82355b;
  font-family: Verdana;
  font-size: 10px;
  border: 1px solid #c2c6cf;
}

.cssButtonHover {
}

span.cssButton, span.cssButtonHover {
  padding: 1px;
}
