
button {
	background-color: transparent;
	border: 0px none;
	background-image: url(images/buttonbgnd.gif);
	background-repeat: no-repeat;
	background-position: top center;
	width: 208px;
	height: 36px;
	font-size: 22px;
	color: #463904;
	outline: 0;
}

button
  { behavior: url('IEFixes.htc');
  }

button span { line-height:1.7; }


button:active, button.active{
    background-position: 0px -36px;
} 

