﻿.ButtonTest
{
	width: 60px;     	
	height: 20px;
	border: none #c0c0c0 0px;
	background: url(Images/ACM-Logon-OFF.gif);
	font-size: 11px;
	font-family: verdana, Arial, Helvetica;
	font-weight: bold;
	cursor:pointer;
	cursor:hand;
	text-align: center;
	vertical-align: middle;
	margin-top: 3px;
    padding-bottom: 10px;
}

.ButtonTest:active
{
	width: 60px;     	
	height: 20px;
	border: none #c0c0c0 0px;
	background: url(Images/ACM-Logon-OFF.gif);
	font-size: 11px;
	font-family: verdana, Arial, Helvetica;
	font-weight: bold;
	cursor:pointer;
	cursor:hand;
	text-align: center;
	vertical-align: middle;
	margin-top: 3px;
    padding-bottom: 10px;
}

.ButtonTest:hover
{
	width: 60px;     	
	height: 20px;
	border: none #c0c0c0 0px;
	background: url(Images/ACM-Logon-ON.gif);
	font-size: 11px;
	font-family: verdana, Arial, Helvetica;
	font-weight: bold;
	cursor:pointer;
	cursor:hand;
	text-align: center;
	vertical-align: middle;
	margin-top: 3px;
    padding-bottom: 10px;
	
}
