@media screen {
	a.action_button2,
	a.action_button2:link,
	a.action_button2:visited {
		position: absolute;
		display: block;
		width: 55px;
		height: 70px;
		padding: 25px 20px 0 20px;
		background: url(/_elements/action_button.png) no-repeat;
		_background: url(/_elements/action_button.gif) no-repeat;
		font-size: 10px;
		text-align: center;
		font-weight: normal;
	}
	a.action_button2:focus,
	a.action_button2:hover,
	a.action_button2:active {
		background: url(/_elements/action_button_down.png) no-repeat;
		_background: url(/_elements/action_button_down.gif) no-repeat;
	}
}