.standardButton
{
	background:url(Images/imgButtonBgOff.jpg);
	color: DimGray;
	border:solid 1px #ccc;
	border-top:solid 3px #ccc;
	padding: 2px 10px 2px;
	text-decoration:none;
	font-weight:bold;
	font-size:10px;
	font-family:Trebuchet MS;
	line-height:25px;
	white-space:nowrap;
	text-transform: uppercase;
}
.standardButton:hover
{
	background:url(Images/imgButtonBgOn.jpg);
	border-top: solid 3px #E8AC88;
}
.registerButton
{
	
}