#contact_container {
	overflow:hidden;
}
#google_map {
	width:630px;
	height:300px;
}
#place_thumbs {
	width:630px;
}
#map_txt, #photo_txt {
	padding:10px 0px 10px 0px;
	font-weight: bold;
}

#contact_l {
	float:left;
	width:300px;
	margin-right:15px;
}
#contact_r {
	float:left;
	width:300px;
}
#gg_img {
	width:15px;
	height:15px;
	position:relative;
	top:3px;
}
.input {
	width: 300px;
	background: transparent;
	color: #b4b4b4;
	border: 1px solid;
	margin-bottom: 10px;
	padding: 3px;
}
.input:focus {
	background-color: #3c3c3c;
}
textarea {
	width: 300px;
	height:90px;
	margin-bottom:10px;
	background: transparent;
	color: #b4b4b4;
	border: 1px solid;
	padding: 3px;
}
textarea:focus {
	background-color: #3c3c3c;
}
.button {
	border: 1px solid;
	background: #adadad;
	font-weight: bold;
	padding: 3px;
	font-size: 90%;
	color: #211f1f;
}
.button:hover {
	background: #211f1f;
	color: #adadad;
	cursor: pointer;
}
.place_img{
	border:2px solid #fff;
	width:200px;
        text-align: center;
	margin-right:2px;
	margin-bottom:5px;
}
.place_img:hover{
	border:2px solid #096F95;
}
