﻿/* buttons: generic */

input.btn,
a.btn
{
  border: 0;
  padding: 0;
  margin: 0;
  font-size: 0;
  text-transform: capitalize;
  text-indent: -9000px;
  cursor: pointer;
  display: block;
}

input.btnHover:hover, a.btn:hover { background-position: left bottom; }

/* buttons */

input.btnGoogleDirections,
a.btnGoogleDirections
{
	width: 143px;
	height: 26px;
	background: url(../images/buttons/google-directions.png) no-repeat left top;	
}

input.btnSendAMessage,
a.btnSendAMessage
{
	width: 142px;
	height: 26px;
	background: url(../images/buttons/send-a-message.png) no-repeat left top;	
}

input.btnSignUp,
a.btnSignUp
{
	width: 72px;
	height: 26px;
	background: url(../images/buttons/sign-up.png) no-repeat left top;	
}

/* buttons: act as link */

label.actAsLink
{
  cursor: pointer;
  text-decoration: underline;
}

label.actAsLink:hover, label.actAsLinkHover { text-decoration: none; }

label.actAsLink input
{
  position: absolute;
  left: -9000px;
  width: 0;
}

