table.form_anketa {
	font-family: "Arial";
	color: #556655;
	font-size: 9pt;
	border-collapse: collapse;
	border: none;
	width: 600px;
}

table.form_anketa td {
	border: none;
	padding: 0px;
}

table.form_field_table {
	border-collapse: collapse;
	border: none;
	width: 100%;
	border-top: solid 1px #dde1e3;
	border-left: solid 1px #dde1e3;
	border-right: solid 1px #dde1e3;
	border-bottom: solid 1px #dde1e3;
}

table.form_field_table td {
	border: none;
	padding: 4px;
}

.form_header1 {
	
}

.form_header2 {
	
}

.form_header3 {
	
}


.form_block_td {
	background: url("header_fonas.gif") repeat-x;
	background-color: #f1f2f3;
	font-weight: bold;
	height: 22px;
}
.form_name_td {
	width: 50%;
	background-color: #f4f6f6;
	text-align: right;
	border-bottom: solid 1px #e9ebeb;
	border-right: solid 1px #e9ebeb;
}

.form_field_td {
	width: 50%;
	background-color: #FFFFFF;
}

.form_name_td2 {
	width: 50%;
	background-color: #f1f2f3;
	text-align: right;
}

.form_field_td2 {
	width: 50%;
	background-color: #FFFFFF;
}

.form_text_input {
	color: #000000;
	font-size: 9pt;
	font-family: Arial;
	border: solid 1px #5680a2;
	background: url("formos_fonas.gif") top left repeat-x;
	background-color: #FFFFFF;
	/*background-attachment: fixed;*/
	width: 400px;
	height: 18px;
}

.form_textarea_input {
	color: #000000;
	font-size: 9pt;
	font-family: Arial;
	border: solid 1px #5680a2;
	background: url("formos_fonas.gif") repeat-x;
	background-color: #FFFFFF;
	/*background-attachment: fixed;*/
	width: 400px;
	height: 50px;
}

.midheight {
	height: 80px;
}

.form_field_error {
	border: solid 1px #D50000;
}

.form_error {
	color: #D50000;
}


.form_star_td {
	font-size: 7pt;
}

.form_submit_td {
	text-align: right;
}
.form_submit_button {
	color: #FFFFFF;
	font-size: 9pt;
	font-family: Arial;
	font-weight: bold;
	border: none;
	background: url("mygtukas_uzklausai.gif") no-repeat;
	/*background-color: #ffffff;*/
	width: 200px;
	height: 20px;
	cursor: pointer;
}

* html .form_submit_button {
	padding-bottom: 0;
}

