#formWrap {
	width:700px;
	margin:0 auto;
}
table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:10px;
}
table.formTable th{
	width:30%;
	font-weight:normal;
	background:#efefef;
	text-align:left;
}
input[type="submit"], input[type="reset"], input[type="button"] {
	display:block;
	width:100%;
	height:60px;
	background-color: #d5ffad;
	font-weight: bold;
	border-radius: 5px;
}
@media screen and (max-width:640px) {
#formWrap {
	max-width:100%;
	margin:0 auto;
}
table.formTable th, table.formTable td {
	width:auto;
	display:block;
}
table.formTable th {
	margin-top:5px;
	border-bottom:0;
}
input[type="text"], textarea {
	width:80%;
	padding:5px;
	font-size:110%;
	display:block;
}
input[type="email"], textarea {
	width:80%;
	padding:5px;
	font-size:110%;
	display:block;
}
input[type="tel"], textarea {
	width:80%;
	padding:5px;
	font-size:110%;
	display:block;
}
input[type="submit"], input[type="reset"], input[type="button"] {
	display:block;
	width:70%;
	height:60px;
	background-color: #d5ffad;
	font-weight: bold;
	border-radius: 5px;
	font-size: 20px;
}
}
.nd {
	text-decoration:none;
	color:#000;}
