/**
 * JSWeb CSS Stylesheet IE specific
 *
 * 
 * @copyright Copyright 2007 JSWeb
 * @version $Id: ie_stylesheet.css 0001 2007-06-05 16:00:00Z  ricksuffolk
 */

.cssButton, .cssButtonHover{
  /*  _width: 0; needed to stop IE adding "magic" padding to the input, _width is a hack that uses an IE6 bug */
  _width: 0;
  overflow: visible;  
}