	.button_1 {
		display: block;
		text-decoration: none;
		text-align: center;
		width: 220px;
		height: 75px;
		background-image: url("/img/button_1.png");
		background-position: 0 0;
		background-repeat: no-repeat;
		line-height: 70px;
		font-family: Tahoma, Arial, sans-serif;
		font-size: 28px;
		font-weight: bold;
		color: #ebebec;
		text-shadow: 0 1px 0 #666;
		cursor: pointer;
		white-space: nowrap
	}
	
	.button_1 .button_1_inner_1 {
		height: 75px;
		line-height: 70px;
		background-image: url("/img/button_1.png");
		background-position: 100% -225px;
		background-repeat: no-repeat;
		padding-left: 14px;
		padding-right: 14px
	}
	
	.button_1 .button_1_inner_2 {
		height: 75px;
		line-height: 70px;
		background-image: url("/img/button_1.png");
		background-position: 0 -450px;
		background-repeat: repeat-x;
		padding-left: 40px;
		padding-right: 40px
	}
	
	.button_1_hover,
	.button_1:hover {
		background-position: 0 -75px;
		color: #ebebec;
		text-decoration: none
	}
	
	.button_1_hover .button_1_inner_1,
	.button_1:hover .button_1_inner_1 {
		background-position: 100% -300px
	}
	
	.button_1_hover .button_1_inner_2,
	.button_1:hover .button_1_inner_2 {
		background-position: 0 -525px
	}
	
	.button_1_active,
	.button_1:active {
		line-height: 75px;
		color: #ebebec;
		background-position: 0 -150px
	}
	
	.button_1_active .button_1_inner_1,
	.button_1:active .button_1_inner_1 {
		line-height: 75px;
		background-position: 100% -375px
	}
	
	.button_1_active .button_1_inner_2,
	.button_1:active .button_1_inner_2 {
		line-height: 75px;
		background-position: 0 -600px
	}