.contact-button {
  	position: relative;
  	float: left !important;
  	width:200px !important;
    top:5px !important;
    font-size: 18px !important;
    font-weight:400 !important;
	text-decoration: none !important;
	cursor: pointer !important;
	text-align: center !important;
	color: white !important;
	text-shadow: 0 0 1px rgba(0,0,0,0.4) !important;
	background: #65a9d7 !important;
	border: 1px solid #000000 !important;
	white-space: nowrap !important;
	margin: 0px !important;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;

	-webkit-box-shadow: 0 1px 0 #65a9d7 inset;
	-moz-box-shadow: 0 1px 0 #65a9d7 inset;
	box-shadow: 0 1px 0 #65a9d7 inset;
}

/* Form */
.ether-form {
  position: relative;
  top: -20px;
}

.ether-label-title {
  font-size: 15px;
  line-height: 15px;
  color: #000000;
  font-family: Franklin-med, Helvetica, Arial, sans-serif;
  font-weight: normal;
}
.form-subtext {
  font-size: 11px;
  line-height: 11px;
  color: #000000;
  font-family: Franklin-med, Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: italic;
  position:relative;
  top: -10px;
}

.ether-buttonset-1 {
    margin: 0px !important;
}