/* #######

	Definições de apresentação dos elementos de formulário:
	
		.form-label
		.form-text
		.form-select
		.form-textarea
		.form-check-radio		
		.form-botton
		.form-barra-botoes
		
####### */

.form-label {
	font-weight	:bold;
}

.form-campo-obrigatorio {
  color :#fdb813;
}

.form-text, .form-select, .form-textarea {
  	background     	:#fcfcfc;
	border		 	:1px solid #ccc;
	margin-top     	:2px;
	vertical-align 	:bottom;
}

.form-textarea {
  font-size :1.1em;
}

.form-button {
	background	:#6b5a22;
  color       :#fdb813;
  cursor      :pointer;
	font-weight	:bold;
	padding		  :3px;
}

.form-button-disabled {
	background	:#dedede;
	color       :#c0c0c0;
	font-weight	:bold;
	padding		  :3px;
	margin-right: 10px;
}

.form-legenda-campo-obrigatorio {
  margin-top :20px;
  margin-right:10px;
  text-align :right;
}

.form-barra-botoes-consulta {
  border-top    :1px dashed #ccc;
  border-bottom :1px dashed #ccc;
  margin        :10px 0 20px 0;
  padding       :10px 0;
  text-align    :right;
}

.form-barra-botoes {
  margin-top    :20px;
  padding       :10px 0;
  text-align    :right;
}
