@charset "utf-8";
/* CSS Document */
#name {
	display: block;
}
#email {
	display: block;
}
#message {
	display: block;
}
#name, #email {
	width: 200px;
}
textarea {
	width: 300px;
	height:120px;
}
#form2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 14px;
}
#form2 #submit, #form2 #reset {
	width: 60px;
}
.warning {
	font-weight: bold;
	color: #F00;
}
#map {
	width: 420px;
	height: 260px;
	border: 1px solid #000
}
#map {
	margin: 8px;
}
