﻿.action-button, .action-button-large, .action-button-small
{
	border: 0;
	margin: 0;
	padding-top: 2px;
	padding-bottom: 3px;
	display: inline-block;
	background-image: url( 'images/background.gif' );
	background-repeat: no-repeat;
	background-position:center top;
	background-color: Transparent;
	width: 60px;	
	cursor: hand;
	color: White;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 8pt;
	text-align: center;	
	vertical-align: middle;
}

.action-button-large
{
	background-image: url( 'images/background90.gif' );
	width: 90px;
}

.action-button-small
{
	background-image: url( 'images/background43.gif' );
	width: 43px;
	padding-right: 12px;
}

a.action-button, a.action-button-small, a.action-button-large
{
	margin:0;
	border:0;	
	padding-top:2px;
	padding-bottom:2px;
}

.action-button:hover, .action-button-large:hover
{ 
	color: #FF9900;
	text-decoration: none;
}


