/* CSS Document */
div.form__ {
	margin: 10px 0px;
}
table.form__ {
	margin:5px 0;
	width:100%;
}
table.form__ td {
	vertical-align:top;
	color:#000000;
}
input.textfield__ {
	width:135px;
	height:14px;
	border:1px solid #ADC05A;
	padding:2px 3px;
	font-family:Tahoma;
	font-size:11px;
	color:#000000;
	background:#E3EEB4;
}
textarea.textarea__ {
	width:135px;
	height:60px;
	border:1px solid #ADC05A;
	padding:2px 3px;
	font-family:Tahoma;
	font-size:11px;
	color:#000000;
	background:#E3EEB4;
}
input.check__, input.radio__ {
	position:absolute;
	margin:-3px 0 0 -25px;
	color:#000000;
}
select.select__ {
	width:135px;
	height:18px;
	font-family:Tahoma;
	font-size:11px;
	color:#000000;
	background:#E3EEB4;
}
table.form__ ul {
	list-style:none;
	margin:0;
	padding:0;
}
table.form__ ul li{
	position:relative;
	padding:5px 0 5px 25px;;
}
span.star__ {
	color:#000000;
}
hr.form__ {
	border:1px solid #ADC05A;
	border-bottom:1px solid #acacac;
}