﻿.action-button, .action-button-large, .action-button-small
{
	border: solid 1px Black;
	margin: 0;
	padding: 1px;
	display: inline-block;
	background-image: url( 'images/background.gif' );
	background-repeat:repeat-x;
	cursor: hand;
	color: Black;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 8pt;
	text-align: center;	
}

.action-button-large
{
	width: 90px;
}

.action-button-small
{
	width: 43px;
	padding-right: 5px;
}

a.action-button
{
	letter-spacing: normal;
}

.action-button:hover, .action-button-large:hover
{ 
	color: #FF9900;
	text-decoration: none;
}


