﻿.buttonMaster
{
	width: 219px;
	height: 43px;
	background-position: center center;
	background-image: url(../../../images/bkg/buttonMaster.jpg);
	background-repeat: no-repeat;
	background-color: transparent;
	color: #000000;
	cursor: hand;
	font-family: Verdana;
	font-size: 8pt;
	font-weight: bold;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}

.buttonMasterHover
{
	width: 219px;
	height: 43px;
	background-position: center center;
	background-image: url(../../../images/bkg/buttonMaster_hover.jpg);
	background-repeat: repeat-x;
	background-color: transparent;
	color: #ff8c00;
	cursor: hand;
	font-family: Verdana;
	font-size: 8pt;
	font-weight: bold;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}
