#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:#FDD692;
	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;
}
.form-btn:hover {
	background-color: #fff;
}

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

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