/* vim: set ts=2 sw=2 sts=2 et: */
/**
 * General CSS stylesheet (overrides for Firefox)
 *  
 * @category   X-Cart
 * @package    X-Cart
 * @subpackage CSS
 * @author     Ruslan R. Fazlyev <rrf@x-cart.com>
 * @version    c903a499906914085b554ab2fb106e9fde41bd49, v3 (xcart_4_4_0_beta_2), 2010-06-24 11:41:09, main.FF.css, igoryan
 * @link       http://www.x-cart.com/
 * @see        ____file_see____
 */

button::-moz-focus-inner {
  /*Remove extra button spacing in Firefox*/
  padding: 0;
  border: 0
}

.login-buttons div.button {
  margin-top: 0;
}

button.simple-button {
  margin-top: 0;
}
