.contact-box {
	margin: 10px;
	border: 1px solid #7b7b7b;
	background: #FBE6B9;
}

.contact-box-title {
	background: #7b7b7b;
	color: white;
	font-size: 10pt;
	text-align: left;
	padding: 0px 5px;
}

.contact-box-text {
	text-align: justify;
	text-indent: 15px;
	padding: 10px 10px 10px 20px;
	float: left;
}

.contact-box-text-title {
	width: 100px;
	text-align: right;
	font-weight: bold;
	float: left;
}

.contact-box-text-text {
	float: left;
}

.contact-box-map {
	border: 3px solid gray;
	padding: 1px;
	margin: 10px;
	float: right;
}

.contact-box-map img {
	border: 0px;
}