@charset "utf-8";

#formWrap {
	width: 100%;
	margin:0px auto;

	font-size: 20px;
}

div#gmap {
	width:100%;
	height:700px;
	border:2px solid #E7DEC0;
	padding:1px;
}

.ggmap {
padding-bottom: 720px;
padding-top: 5px;
margin-top: 5px;
height: 0;
overflow: hidden;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
/*width: 100%;
height: 100%;*/
}

div#footer{
	clear: both;
	color: #333;
	margin-top: 45px;
	border-top: 1px solid #FF8080;
}
div#footer p#copyright{
	padding-top: 10px;
	text-align: left;
}

p.resizeimage img
{
	max-width: 100%;
	width: 100%;
}
