@charset "UTF-8";
/* CSS Document */

#form {
	padding: 50px 0;
	margin: auto;
}

#form .note {
	font-size: 13px;
	text-align: center;
	margin-bottom: 20px;
}

#form table {
	width: 100%;
}

#form tr {
	width: inherit;
}

#form th {
	font-size: 14px;
	line-height: 165%;
	width: 20%;
	padding-bottom: 20px;
	text-align: left;
}

#form td {
	padding-bottom: 20px;
	padding-left: 40px;
}

#form input,
#form textarea {
	width: 100%!important;
	background-color: white;
	border: 1px solid #ccc;
	padding: 5px 10px;
	resize: none;
}

#form textarea {
	height: 150px!important;
}