
#form_container, .form_table, .form_table td {
	font-size: 12px;
}

.form_table{
	width: 90%;
	border: 0;
	border-collapse: collapse;
}

.form_table  .text_input {
	border: #062f70 1px solid;
	width: 90%;
	border: #7f9db9 1px solid;
	margin-left: 6px;
}

.form_table  .text_input_textarea {
	border: #7f9db9 1px solid;
	width: 90%;
	height: 50px;
	margin-left: 6px;
}

.form_table  .field_value {
	width: 300px;
	text-align: left;
}

.form_table  .field_desc {
	width: 140px;
	text-align: right;
}

.form_table .field_button {
	text-align: center;
	height: 100px;
}

.form_table .field_button .butt_submit {
	background: green;
	border: #7f9db9 1px solid;
	cursor: pointer;
	color: white;
	font-size: 11px;
	padding: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.form_sent {
	font-weight: bold;
	color: black;
	padding-bottom: 20px;
	font-size: 14px;
}
