div.custom_directions {
	height: 28px;
	margin: 40px auto;
	text-align: center;
	visibility:hidden;
}
div.custom_directions-phone {
	height: 28px;
	margin: 40px auto;
	text-align: center;
	visibility:hidden;
	margin-left: -50%;
	margin-top: -100px;
}

input.address {
	width: 350px;
	height: 28px;
	border: 1px solid #BBB;
	border-right: 0;
	padding: 5px;
	background: #434343;
	
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	
	outline: none;
}

input.address_button {
	width: 350px;
	height: 28px;
	border: 1px solid #BBB;
	border-right: 0;
	padding: 5px;
	background: #434343;
	
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	
	outline: none;
}

div.directions {
	height: 28px;
	background: #ed5565;
	background: -moz-linear-gradient(top,  #ed5565 0%, #E33C50 44%, #DC2036 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ed5565), color-stop(44%,#E33C50), color-stop(100%,#DC2036));
	background: -webkit-linear-gradient(top,  #ed5565 0%,#E33C50 44%,#DC2036 100%);
	background: -o-linear-gradient(top,  #ed5565 0%,#E33C50 44%,#DC2036 100%);
	background: -ms-linear-gradient(top,  #ed5565 0%,#E33C50 44%,#DC2036 100%);
	background: linear-gradient(top,  #ed5565 0%,#E33C50 44%,#DC2036 100%);
	-pie-background: linear-gradient(top,  #ed5565 0%,#E33C50 44%,#DC2036 100%);

	display: inline;
	position: absolute;
	overflow: hidden;
	cursor: pointer;

	font-weight: bold;
	color: #FFF;
	text-align: center;
	padding-top: 1px;
	behavior: url(css/PIE.htc);
}
div.directions-desk {
	width: 80px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
div.directions-phone {
	width: 180px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}

div.directions-desk:before {
	content: 'Go';
	position: absolute;
	left: 0; right: 0;
	text-align: center;

	cursor: pointer;
}
div.directions-phone:before {
	content: 'Get Directions';
	position: absolute;
	left: 0; right: 0;
	text-align: center;

	cursor: pointer;
}

div.directions input {
	position: relative;
	height: 30px;
	width: 250px;
	display: inline;
	cursor: pointer;
	opacity: 0;
}
