#formWrap {
	width: 90%;
height: auto;
	margin: 10px;
	color:#555;
	line-height:110%;
	font-size:90%;
}
table.formTable{
	width:100%;
	margin: 10px auto;
	border-collapse:collapse;
	max-width: 1000px;
}
table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:10px;
}
table.formTable th{
	width:30%;
	font-weight:normal;
	background:rgb(235, 247, 235);
	text-align:left;
	font-weight: bold;
}

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

.form-btn {width: 100px; height: auto; padding: 5px; margin: 5px;
	border: 1px solid #444;
	background-color: rgb(25, 130, 86);
	color: #fff;
}
.form-btn:hover {
	color: rgb(25, 130, 86);
	background-color: #fff;
}
input[type="reset"]{
	background-color: rgb(206, 226, 216);
	color: rgb(127, 134, 131);
}

input { width: 60%; height: auto;
	      margin: 5px;
}

textarea { width: 90%; height: auto;
}

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

}
