section h1 {
	margin: 15px 0 0 0;
	font-size: 20px;
	font-weight: bold;
}

section article#contact #privacy {
	width:680px;
	margin: 20px auto;
	padding: 10px;
	border:2px solid #7399BC;
	color: #333;
	font-size: 15px;
	line-height: 20px;
	background-color: #fff;
}

section article#contact #privacy h4 {
	text-align: center;
}

section article#contact #privacy p.privacy {
	display: block;
	margin: 0 auto;
	text-align: center;
}

section article#contact #privacy p.privacy a,a:hover,a:visited {
	color: #0E6B96;
	text-decoration:none;
}

section article#contact .fm_button {
	text-align: center;
	margin: 0 auto;
}

section article#contact a.mail {
	font-size: 35px;
	color: #fff;
	text-align:center;
	line-height: 80px;
	text-decoration:none;
	width: 600px;
	height: 80px;
	margin: 50px auto;
	background-color: #7399BC;
	box-shadow: 0 5px 2px #CCC, 0 7px 10px #FFF;
    -webkit-box-shadow: 0 5px 2px #CCC, 0 7px 10px #CCC;
    -moz-box-shadow: 0 5px 2px #CCC, 0 7px 10px #CCC;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
	display: block; 
}

section article#contact a.mail:hover {
  	background-color: #1B71B7;
  	box-shadow: 0 5px 2px #7399BC, 0 7px 10px #FFF;
    -webkit-box-shadow: 0 5px 2px #7399BC, 0 7px 10px #CCC;
    -moz-box-shadow: 0 5px 2px #7399BC, 0 7px 10px #CCC;
    border-radius: 20px;
 }

section article#contact p.mailer {
 	margin: 15px auto;
 	font-size: 16px;
 	color: #DB712B;
 	text-align:center;
 	text-decoration:underline;
 }

 section article {
	font-size: 14px;
}


section article#map table {
	width: 900px;
	margin: 15px 0 0 0 ;
}

section article#map table tr {
	height: 30px;
}

section article#map table tr th,td {
	border:1px solid #000;
	vertical-align: middle;
	height: 60px;
	text-indent: 1em;
}

section article#map table tr th {
	text-align: left;
	background-color: #93C4ED;
	width:150px;
}

section article#map table tr td {
	width: 400px;
}

section article#map iframe {
	margin: 15px 0 0 0;
}