@charset "utf-8";

/*-----------------------------------------------------------------------------
Revisao-1: dd-mm-aaaa
Alteraes: ---  
-----------------------------------------------------------------------------*/


/*==========================================
	FORMULARIOS
============================================*/
form {
	margin:0;
	padding:0;
	color:#333;
}

/*-------------------------
	LISTAS PARA ALINHAMENTO
--------------------------*/
form ul{list-style-type:none;}
form ul li {margin-bottom:5px; float: left;}

.form_style li{
	width: 100%;
	margin-bottom: 15px;
	float: left;
	position: relative;
}

form li.cidade{width: 264px !important;}
form li.estado{width: 49px !important;}

/*-------------------
	INPUT e TEXTEAREA
--------------------*/
form input, form textarea {
	height:16px;
	padding:3px;
	border: none;
	color:#333;
	font-size: 100%!important;
	font-family: inherit!important;
}

form textarea{ height:60px !important; resize: none;}

li.input_topo input,
li.input_newsletter input{
	width: 193px;
	margin: 3px 0 3px 23px;
	float: left;
}

li.input_topo input{
	background: none;
}


li.input_newsletter input{
	width: 250px;
	margin-left: 30px;
}

#form_enquete input{
	margin-right: 5px;
	float: left;
}

.form_style input,
.form_style textarea{
	padding: 5px;
	border: 1px solid #dedede;
}

.form_style textarea{
	width: 300px;
	height: 120px!important;
}

#sugestao_pauta input#imagem{
	height: 24px;
}

#sugestao_pauta input#aceito{
	width: auto;
	height: auto;
	margin-right: 8px;
	float: left;
}

/*----------------
	INPUT CHECKBOX
-----------------*/
form input.checkbox {
	border:none;
	vertical-align:text-top;
}

/*--------
	SELECT
---------*/
form select {
	margin:0;
	padding:3px 3px 4px;
	color:#666;
	border:1px solid #dedede;
}

form .box_buscar select{
  width: 294px;
	height: 28px;
}

/*--------
	LABEL
---------*/
form label {
	margin:8px 0 4px 0;
	color:#333;
	line-height:14px;
	display:block;
}

form label em {color:#ff0000;}

#form_enquete label{
	height: 1%; 
	margin-top: 0;
	display: table;
	font-size: 12px;
	
}

.form_style label{
	width: 100%;
	margin-top: 0;
	float: left;
}

#sugestao_pauta .aceito label{
	width: 270px!important;
	float: left;
}

/*----------
	FIELDSET
-----------*/
form fieldset {
	margin:8px 0 30px 0;
	padding:15px 15px 3px 15px;
	border:1px solid #f1f1f1;
	/* Hack IE */
	*margin:8px 0 20px 0;
}

form fieldset.destaque {
	padding:4px 15px 3px 15px;
}

form fieldset.destaque legend {
	display:none;
}

form fieldset.esconder{
	padding:0;
	border:none;
	/*Hack IE*/
	*margin-top:-15px;
}

form fieldset.esconder legend{
	display:none;
}



/*--------
	LEGEND
---------*/
form legend {
	padding:2px 5px 1px 5px;
	border:1px solid #f1f1f1;
	color:#9f8c59;
	font-size:13px;
	font-weight:bold;
	text-transform:uppercase;
}

/*-----------------
	ALERT CONTAINER
------------------*/
.alert {
	margin:0;
	padding:5px 10px 5px 16px;
	border:1px solid #ebebeb;
	background:#fffcd8;
	font-weight:bold;
	margin-bottom:20px;
}

/*---------------
	FOCUS | HOVER
----------------*/
input:focus, textarea:focus{outline: none;}

form input:focus, form textarea:focus{}
form input:hover, form textarea:hover{}
