/* /////////////////////////   INICIO FORMULARIOS      */

	.formulario
	{
	width:750px;
	margin:auto;
	text-align:center;
	font-family: 'Humnst777BTRoman';
	font-size:14px;
	}
	.formulario form
	{
	margin:auto;
	text-align:left;
	}
	#tx_cadastro, .tx_cadastro
	{
	margin:10px 0px 10px 120px;
	color:#fff;
	text-align:center;
	}
	.texto_obg
	{
		color:#fff;
	}
	
	.formulario span.acess_k
	{
	text-decoration:underline;
	cursor:help;
	}
	
	.msg_form
	{
	font-size:14px;
	font-weight:normal;
	color:#f27c00;
	margin:0px 0px 10px 120px;
	text-align:center;
	}
	
	.formulario input,.formulario select,.formulario textarea
	{
	width:70%;
	background:#242424;
	font-size:12px;
	/*font-weight:bold;*/
	height:18px;
	padding:11px;
	color:#fff;
	border:solid 1px #575757;
	}
	.formulario select
	{
	width:549px;
	}
	.formulario textarea
	{
	height:auto;
	}
	
	.formulario input
	{
	/*padding-top:2px;*/
	}
	
	.formulario input.botao
	{
	padding:0;
	border:none;
	height:auto;
	width:auto;
	}
	
	.linha, .linha_maior
	{
	overflow:hidden;
	min-height:23px;
	margin-bottom:8px;
	}
	.linha_maior
	{
	height:auto;
	}
	.texto_campo, .texto_campo_maior
	{
	float:left;
	width:18%;
	display:inline-block;
	text-align:right;
	color:#919191;
	margin-right:35px;
	padding-top:14px;
	}
	.texto_campo_maior
	{
	width:150px;
	}
	.texto_campo_seg_elemento
	{
	display:inline;
	text-align:right;
	
	margin-left:50px;
	margin-right:5px;
	padding-top:3px;
	}
	.segundo_elemento
	{
	display:inline;
	}
	
	.formulario input.botao_submit_img
	{
	padding:0;
	border:none;
	width:auto;
	height:auto;
	background:none;
	}
	
	.formulario input.botao_submit, input.botao_submit
	{
	color:#fff;
	border:none;
	width:94px;
	height:38px;
	background-color:#d70008;
	}
	input.botao_submit
	{
/*		padding-left:5px;
	padding-right:5px;*/
	padding:0;
	width:auto;
	}
	
	.formulario input.input_file
	{
	
	font-size:12px;
	color:#000;
	border:solid 1px #B5BADD;
	
	height:auto;
	width:auto;
	}
	#cadastro .form-group{
		display: flex;
		width: 71%;
		margin: 0 auto 0 20%;
	}
	#cadastro .form-group .form-btn{
		width: 9%;
		text-align: start;
	}
	#cadastro .form-group .form-btn button{
		margin-left: 5%;
	}
	#cadastro .form-terms {
		width: 80%;
		margin-top: 6px;
	}
	#cadastro .form-terms label {
		width: 81%;
		text-align: left;
	}
	#cadastro .form-terms label a{
		color: #ee6900;
		text-decoration: none;
	}

	@media (max-width: 850px){
		#cadastro .form-group .form-btn{
			width: 13%;
		}
		#cadastro .form-terms label {
			width: 85%;
			text-align: left;
		}
	}
/* /////////////////////////   FIM FORMULARIOS      */

/* inicio personaliza��o*/
/*FORMUL�RIO SKINS*/

.skin, .skin_bg {
	background-image:url(../media/img/form_fields.png);
	background-repeat:no-repeat;
	display:inline-block;
	width:70%;
}
.skin_bg {
	background-repeat: repeat;
}
/*
.skin_botao {
	width:186px;
	height:18px;
	border:none;
	text-align: left;
	text-indent:-9999px;
	overflow:hidden;
	float:right;
	background-image:url(../img/botoes.png);
	background-repeat:no-repeat;
	cursor: pointer;
}*/

/*select*/
.styleCombobox {
  background-position:top right;
  float:left;
  margin:5px 0;
  height: 33px;
  
}

.styleCombobox select {
	width: 100%;
}

#associese_dados div.styleCombobox
{
	margin:5px 0 5px 5px;
}

.styleCombobox span.skin {
  display:block;
  background-position:-483px -185px;
  padding-left:8px;
  position:absolute;
  line-height:33px;
  font-size:12px;

}

.styleCombobox span.skin_bg {
  display:block;
  background-position:-483px -666px;
  padding-left:8px;
  position: absolute;
  width: 60%;
  height: 33px;

}

.comboboxFocus {
  background-position:top right;
}

/*radio e checkbox*/

.style_radio, .style_checkbox {
   cursor:pointer;
   height:16px;
   width:16px;
   float:left;
   margin-right:5px;
}

#associese_dados div.style_checkbox
{
	margin:5px;
}


.style_radio {
   background-position:0 -387px;
   min-height: 20px;
}

.style_checkbox {
   background-position:0px -370px;
   min-height: 15px;
}

.input_radioChecked {
   background-position:-72px -387px;
}
.input_checkboxChecked {
   background-position:-76px -370px;
}
.inputFocus { 
}

/*input file*/
.styleFile {
	position:relative;
	/*background-image:url(../media/img/bt_anexar.png);*/
    background-position:right -555px;
  	float:left;
	margin:5px 0;
}
.styleFile span.skin {
	position:absolute;
    display:block;
    background-position:-483px -185px;
    padding-left:8px;
    line-height:33px;
	text-align:left;
}

.styleFile, .styleFile span.skin {
	width:300px;
	height:33px;
}

.anexar_arquivos {
	float: left;
    width: 350px;
}

.pj {
	display: none;
}