html {
	font-size: 12px
}
body {
}
#wrap {
	width: 600;
	margin: 0 auto;
	font-size: 12px;
	color: #222;
}
#wrap #contact {
	line-height: 1.4;
}
#wrap #contact p {
	margin: 0 0 1em 0;
	color: #666;
}
#wrap #contact .title {
	text-align: center;
	font-size: 15px;
}
#wrap #contact .note {
	text-align: center;
	border: 1px dotted #ccc;
	padding: 15px;
	font-size: 12px;
	border-radius: 4px;
}
#wrap #contact table {
	width: 100%;
	border-collapse: collapse;
}
#wrap #contact table tr:nth-child(even) {
	background-color: #eee;
}
#wrap #contact table tr th {
	width: 150px;
	white-space: normal;
	font-weight: normal;
	padding: 10px;
	box-sizing: border-box;
}
#wrap #contact table tr th span {
	display: block;
	font-size: 12px;
	color: #999;
}
#wrap #contact table tr td {
	padding: 10px;
	box-sizing: border-box;
}
#wrap #contact table tr td input {
	width: 100%;
	font-size: 12px;
}
#wrap #contact table tr td textarea {
	width: 100%;
	font-size: 12px;
}

#wrap #contact .submit {
	margin: 2em 0;
	text-align: center;
}