


#formWrap {
	width: 100%;
height: auto;
	margin: 10px auto;
	padding: 10px;
	color:#555;
	line-height:110%;
	font-size:90%;
}



table.formTable{
	width: 100%;
	margin: 10px 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:#eee;
	text-align:left;
	font-weight: bold;
}

table.formTable td{
	width:70%;
	font-weight:normal;
	text-align:left;
}

textarea {
	margin-top: 10px;
}

input[type="text"]:focus {
	background-color: rgb(238, 242, 170);
}

.wrap-btn {
	text-align: center;
	margin-top: 50px;
}
.form-btn {width: 100px; height: auto; padding: 5px; margin: 5px;
 border: 2px solid #285943;
 background-color: rgba(240, 156, 18, 0.9);
 border-radius: 10px;
 color: #fff;
 font-weight: bold;
 letter-spacing: 0.3em;
 text-align: center;
}
.form-btn:hover {
	background-color: #285943;
}


input[type="text"],input[type="email"],input[type="tel"],select,textarea { width: 80%; height: auto;
	padding: 8px;
}

@media screen and (max-width: 680px) {
	table.formTable td,table.formTable th{
		width: 100%;
		display: block;
	}

}
