.form_input {
	padding: 8px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 300px;
	background-color: #FFF;
}
.form_input_area {
	padding: 8px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 300px;
	background-color: #FFF;
}
.form_input_btn {
	padding: 12px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 140px;
	background-color: #FFF;
}
.right_align {
	text-align: right;
}
.td_line_space {
	line-height: 22px;
}
