
#form_container, .form_table, .form_table td {
	font-size: 12px;
	font-family: Arial;
	padding: 1px;
}

#form_container h5 {
	font-weight: bold;
	font-size: 14px;
	
}

.form_table{
	width: 70%;
	border: 0;
	border-collapse: collapse;
}

.form_table  .text_input {
	border: #c67118 1px solid;
	width: 97%;
	margin: 2px;
	padding: 1px;
	font-size: 12px;
	font-family: Arial;
	background: #ffecc9;
}

.form_table  .text_input_textarea {
	border: #c67118 1px solid;
	width: 97%;
	height: 80px;
	margin: 2px;
	padding: 1px;
	font-size: 12px;
	font-family: Arial;
	background: #ffecc9;
}

.form_table  .field_value {
	width: 70%;
	text-align: left;
}

.form_table  .field_desc {
	width: 30%;
	text-align: right;
	
}

.form_table .field_button {
	text-align: center;
	height: 70px;
}

.form_table .field_button .butt_submit {
	background: url(../gfx/inside/btn.gif) no-repeat 0 1px;
	border: 0;
	cursor: pointer;
	color: white;
	font-size: 12px;
	padding: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
	float: right;
	font-weight: bold;
	
}

.form_sent {
	font-weight: bold;
	color: white;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 14px;
}