/* CSS Document */

.accessBox img {
	width: 100%;
}
.accessBox {
  padding: 10px 15px 40px;
}
.btn {
	margin-bottom: 5px;
}
h2 {
	font-size: 116%;
}
.accessBox h3 {
	font-size: 93%;
	margin: 0 0 10px;
	padding-bottom: 10px;
	border-bottom: dotted 1px #666;
}
.map_wrapper {
	max-width: 640px;
	min-width: 200px;
	margin: 20px auto;
	padding: 4px;
	border: 1px solid #CCC;
}
.googlemap {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
.googlemap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
