﻿.button
{
	width: 150px;
	height: 20px;
	background-position: center center;
	background-image: url(../../../images/bkg/button.jpg);
	background-repeat: repeat-x;
	background-color: transparent;
	color: #000000;
	cursor: hand;
	font-family: Verdana;
	font-size: 8pt;
	border: #696969 1px solid;
	font-weight: normal;
	text-transform: uppercase;
	padding-bottom: 4px;
}

.buttonHover
{
	width: 150px;
	height: 20px;
	background-position: center center;
	background-image: url(../../../images/bkg/buttonHover.jpg);
	background-repeat: repeat-x;
	background-color: transparent;
	color: #ff4500;
	cursor: hand;
	font-family: Verdana;
	font-size: 8pt;
	border: #696969 1px solid;
	font-weight: normal;
	text-transform: uppercase;
	padding-bottom: 4px;	
}
