#divGoogleMap {
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 40px;
	width: 625px;
}
#tableInfo td {
	background-color: #F5F5F5;
	padding-top: 10px;
	padding-bottom: 10px;
}
#divForm {
	margin-right: auto;
	margin-left: auto;
	width: 430px;
}


#tableForm label {
	width: 75px;
	display: block;
	float: left;
	line-height: 25px;
	text-align: right;
	padding-right: 10px;
	color: #333;
}
#tableForm input , #tableForm textarea{
	width: 300px;
	background-color: #F5F5F5;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #666;
	border-left-color: #CCC;
	color: #666;
	padding-right: 10px;
	padding-left: 10px;
	height: 20px;
	line-height: 20px;
}
#tableForm textarea {
	height: 100px;
}
#tableForm .button {
	width: 100px;
	background-color: #999;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	color: #FFF;
	font-weight: bold;
	cursor: pointer;
	float: right;
	margin-right: 20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #333;
	border-left-color: #CCC;
	line-height: 1em;
}
#tableForm .button:hover {
	background-color: #4183BF;
}



#tableForm td {
	padding-top: 5px;
	padding-bottom: 5px;
}

