#map {
	width: 1000px;
	height: 300px;
	margin: 0;
	padding: 0;
}

#form-and-address-container {
	width: 1000px;
	margin-top: 40px;	
}

#form-container {
	float: left;
	width: 480px;
}

#form-container table {
	width: 100%;
}

#form-container table td {
	vertical-align: top;
	padding-bottom: 10px;
}

#form-container label {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;	
}

#form-container input {
	width: 100%;
	box-sizing: border-box;
}

#form-container td#last-row {
	text-align: center;
}

#form-container input[type="submit"] {
	text-align: center;
	width: 100px;
}

#form-container textarea {
	box-sizing: border-box;
	width: 100%;
	height: 250px;
	resize: vertical;
}

#address-container {
	float: left;
	width: 272px;
	margin-left: 248px;
}

#address-container h3 {
	margin-top: 0;
}

.site-message {
	text-align: center;
}

#back-button-container {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 400px;
}

.email {
	color: #75c6ca;
	text-decoration: none;
	font-weight: bold;
}

.email:hover {
	text-decoration: underline;
}

