	.action-button-left, .action-button, .action-button-right {
		cursor: pointer;
		float: left; 
		display: block; 
		height: 25px; 
		background: url(../images/ButtonBg.png) }

	.action-button-left {
		width: 5px;
		background: url(../images/ButtonLeft.png) }

	.action-button-right {
		width: 5px;
		background: url(../images/ButtonRight.png) }

	.action-button {
		padding: 5px 10px 0px 10px;
		height: 20px;
		font-size: 12px;
		font-weight: bold;
		color: #994800; }

    input.submitYellow {
		cursor: pointer;
		border: 0px;
		float: left; 
		display: block; 
		padding: 0px 0px 0px 0px;
		height: 25px;
		font-size: 12px;
		font-weight: bold;
		font-variant: small-caps;
		color: #994800;
		background: url(../images/ButtonBg.png) }
		