
#form_container, .form_table, .form_table td {
	font-size: 11px;
}

.form_table{
	width: 90%;
	border: 0;
	border-collapse: collapse;
}

.form_table  .text_input {
	width: 90%;
	border:  #666666 1px solid;
	margin-left: 6px;
}

.form_table  .text_input_textarea {
	border: #666666 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;
}

.butt_submit {
	font-size:10px;
	border:0px;
	background-image:url(../gfx/page/search_button.bmp);
    background-repeat:repeat-y;    
	width:53px;
	height:19px;
	margin-top:10px;
}

.form_sent {
	font-weight: bold;

	padding-bottom: 20px;
	font-size: 14px;
}
