
#form_container, .form_table, .form_table td {
	font-size: 11px;
}

.form_table{
	width: 100%;
	border: 0;
	border-collapse: collapse;

}


.form_table  .text_input {
	float: left;
	border: #062f70 1px solid;
	width: 80%;
	margin: 0 0 5px 0;
}

div#form-t-container .priv {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

div#form-t-container .field_desc {
	float: left;
	width: 60px;
	margin: 0px 0 0 0;
}

.idea .field_value .input_textarea,
.idea .field_value .text_input{
	width: 300px !important;
}

.field_desc{
	width: 92px !important;
}

div#form-t-container .butt_submit {
	float: right;
	width: auto;
	height: auto;
	margin: 0px 88px 10px 0;
	padding: 2px 5px;
	border: #666 1px solid;
	cursor: pointer;
	background: none;
}

div#form-t-container .text_input,
div#form-t-container textarea {
	width: 340px;
	margin: 0px 0 15px 0;
	padding: 2px 5px 2px 5px;
	font-size: 12px;
	border: #062f70 1px solid;
}

.form_table  .text_input_textarea {
	border: #062f70 1px solid;
	width: 80%;

	margin: 0 0 5px 0;
	height: 50px;
}

.form_table  .field_value {
	width: 300px;
	text-align: left;

}

.field_value  span{
	color: #F1782F;
}

.form_table  .field_desc {
	width: 130px;
	padding-right:6px;
	text-align: right;
}

.form_table .field_button {
	text-align: center;
	height: 100px;
}

.form_table .field_button .butt_submit {
	padding: 5px;
	padding-left: 15px;
	padding-right: 15px;
	cursor: pointer;

}

.form_sent {
	font-weight: bold;

	padding-bottom: 20px;
	font-size: 14px;
}

div#tex-form {
	font-size: 12px;
	margin-bottom: 20px;
}

div#tex-info {
	font-size: 12px;
	margin-top: 20px;
	margin-bottom: 20px;
}

input.butt_submit2 {
	padding: 1px 1px 1px 1px;
	margin: 0;
	width: auto;
	height: auto;
	background: #FFF;
	border: 1px solid #666;
	color: #333;
	cursor: pointer;
}
