/* CSS Document */

label {
	display: block;
	margin-bottom: 0.5em;
	font-weight: normal;
}

label.radio {
	display: inline;
	margin-left: 0.5em;
	margin-right: 1.5em;
}

fieldset {
	margin-bottom: 1em;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
	width: 432px;
	max-width: 432px;
	padding: 0.5em;
	border: 2px solid #ccc;
	font-size: 14px;
	margin-bottom: 1em;
}

input#phone_num,
input#fax_num {
	width: 200px;
}

.button {
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-weight: 300;
	width: 150px;
	display: block;
}

.map {
	width: 268px;
	height: 268px;
	padding: 5px;
	background: #f0f6f7;
	border: 1px solid #ccc;
	margin-bottom: 10px;
}

.title {
	position: absolute;
	top: 1px;
	left: 0;
	height: 100%;
	width: 50px;
	text-align: right;
	font-size: 10px;
	text-transform: uppercase;
	color: #ccc;
}

.address,
.phone,
.fax,
.email {
	position: relative;
	padding-left: 55px;
	font-size: 14px;
	line-height: 17px;
}

.address {
	margin-bottom: 20px;
}