
.contactbutton {
	background-color:#ffffff;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#666666;
	font-size:1.6em;
	font-weight:300;
	letter-spacing:3px;
	margin:0 0 30px;
	padding:18px 48px;
	text-transform: uppercase;
}

.contactbutton a {
	color:#666666;
}

.contactbutton a:hover {
	text-decoration: none;
}

.contactbutton:hover {
	background-color:#f6f6f6;
}

.contactbutton:active {
	top:1px;
}