#gwrapper {
	width: 700px;
	margin: 30px auto;
}

#gmap {
	width: 400px;
	height: 300px;
	float: left;
}

#gcontent {
	margin-left: 10px;
	width: 290px;
	float: left;
}

.clear {
	clear: both;
}

label { 
	display:block;
	float:left;
	width:20%;
	clear:left;
	text-align: right;	
	margin-right: 7px;
	font-weight: bold;
}