#spa_form {
	display: block;
	margin: 0 30px;
	padding-bottom: 20px;
}

#spa_form .contact {
	margin: 5px 0;
}

#spa_form .contact span {
	display: inline-block;
	width: 210px; /*Originally 100px */
}

#spa_form .button {
	background-color: #07354E;
	border: 0;
	color: #fff;
	width: auto !important;
	padding: 2px;
}

#spa_form .contact.wide span {
	width: 200px;
}

#spa_form .contact.medium span {
	width: 150px;
}

#required {
	color: #f00;
	margin-left: 30px;
	margin-bottom: 10px;
}

/* talk to us */

#contact_form {
	display: block;
	margin: 0 30px;
	padding-bottom: 20px;
}
#contact_form p label {
	display: inline-block;
	vertical-align: top;
	width: 172px;
}

#contact_form p {
	margin: 10px 0;
}

#contact_form input {
	width: 200px;
}

#area_code {
	width: 30px !important;
}

#contact_form .button {
	background-color: #07354E;
	border: 0;
	color: #fff;
	width: auto !important;
	padding: 2px;
}

#contact_form textarea {
	width: 200px;
	height: 40px;
}

/* gbp */

#gbp_form {
	display: block;
	margin: 0 30px;
	padding-bottom: 20px;
}
#gbp_form p label {
	display: inline-block;
	vertical-align: top;
	width: 172px;
}

#gbp_form p {
	margin: 10px 0;
}

#gbp_form input {
	width: 200px;
}

#gbp_form .button {
	background-color: #07354E;
	border: 0;
	color: #fff;
	width: auto !important;
	padding: 2px;
}

#state {
	width: 30px !important;
}
#zipcode {
	width: 50px !important;
}

#gbp_form textarea {
	width: 200px;
	height: 40px;
}