/* css buttons */
.cssButton, .cssButtonHover {
  font-weight: bold;
  font-size: .9em;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  border: 0;
  color: #6A3803;
  background-image: url(backer.jpg); background-repeat: repeat-x; 
  text-align: center;
  padding: 0.2em 0.5em;
  text-indent: 0px;
}
.cssButtonHover{
  color: #000;
}

/* bof some IE comp. stuff */ 
input.cssButton, input.cssButtonHover{
  /*  width: 0; needed to stop IE adding "magic" padding to the input */
  width: 0;
  overflow: visible;  
}

/* the line below is a hack, replace by IE only css link (like <!--[if IE 6]>css link<[endif]-->) if you rather not use a hack  */
input.cssButton[class], input.cssButtonHover[class] { /* IE ignores this [class]*/
  width: auto;
}
/* eof some IE comp. stuff */

/* .headerNavigation .button_search {display: inline;} */