.form_caixa{
	background: url('../images/form/fundo_caixa.png') repeat-x;
	padding-top: 5px;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 3px;
	border: 1px solid #437239;
	font-size: 14px;
	width: 350px;
	float: left;
	position: relative;
	top: 0px;
	left: 0px;	
	height: 16px;
}
.form_area{
	background: url('../images/form/fundo_area.png') repeat-x;
	padding-top: 5px;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 3px;
	margin: 0px;
	border: 1px solid #437239;
	font-size: 14px;
	width: 350px;
	height: 125px;
	float: left;
	position: relative;
	top: 0px;
	left: 0px;	
}
.form_texto{
	display: table-cell;
	vertical-align: middle;
	border: 1px solid #437239;
	padding-top: 4px;
	font-size: 14px;
	width: 100px;
	height: 20px;
	border-left: 0px;
	font-weight: bold;
	color: #3F6B37;
	float: left;
	position: relative;
	top: 0px;
	left: 0px;
	margin-right: 25px;
	padding-right: 15px;
}
.form_br{
	margin-bottom: 15px;
}
.form_sel{
	background: url('../images/form/fundo_caixa.png') repeat-x;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 3px;
	border: 1px solid #437239;
	font-size: 14px;
	width: 358px;
	float: left;
	position: relative;
	top: 0px;
	left: 0px;
	height: 26px;
}
.form_botao{
	background: url('../images/form/fundo_botao.png') repeat-x;
	width: 100px;
	height: 37px;
	border: 1px solid #437239;
	font-size: 14px;
	font-weight: bold;
	color: #3F6B37;
	margin-right: 15px;
}