.form {
	margin: 20px auto; clear: both;
}
.form table {
	width: 100%; font-size: 14px;
}
.form table tr.form-title {
	text-align: left; line-height: 36px; text-indent: 20px; font-size: 16px; font-weight: bold; background-color: rgb(211, 227, 246);
}
.form table tr td {
	line-height: 30px;
}
.form table tr td input {
	width: 100%;
	height:26px;
}
.form table tr td textarea {
	width: 100%;
}