@charset "UTF-8";
/* CSS Document */


#conteudo #container h1{
	background-image:url(Links/h1-Franquia.jpg);
}
#conteudo #container h1.h1-Pesquisa{
	background-image:url(Links/h1-Pesquisa.jpg);
}


#conteudo-form{
	width:456px;;
	padding:50px 190px 50px 200px;
	float:left;
}

#conteudo-form form fieldset{
	border:none;
}

#conteudo-form form fieldset legend{
	font-size: 12px;
}

#conteudo-form form fieldset label{
	margin-bottom:5px;
	display:block;
	font-size:11px;
	color:#999;
}

#conteudo-form form fieldset label.esquerda{
	width:225px;
	float:left;
}
#conteudo-form form fieldset label.direito{
	width:210px;
	float:left;
}


#conteudo-form form fieldset label input, #conteudo-form form fieldset label textarea, #conteudo-form form fieldset label .menu_select, #conteudo-form form fieldset label .campo-menor{
	width:440px;
	margin:2px 0 10px 0;
	padding:5px;
	font-size:11px;
	background:url(Links/fundo-form.jpg) top left repeat-x;
	border:1px solid #CCCCCC;
}

#conteudo-form form fieldset label.esquerda input{
	width:200px;
}
#conteudo-form form fieldset label.direito input{
	width:213px;
}



#conteudo-form form fieldset label .menu_select{
	width:450px;
}
#conteudo-form form fieldset label .campo-menor{
	width:80px;
}
#conteudo-form form fieldset label input.radioo{
	width:20px;
	margin:0px;
	padding:0px;
	background:none;
	border:none;
}

#conteudo-form form fieldset .botao{
	padding:5px;
	color:#FFFFFF;
	background-color:#999999;
	border:0;
}

#conteudo-fundo #banner-contato{
	width:300px;
	padding:50px 0 0 0;
	float:left;
}
#conteudo-fundo #banner-contato a{
	width:300px;
	height:300px;
	display:block;
	text-indent:-9000px;
	overflow:hidden;
	background:url(Links/botao-contato.jpg) center center no-repeat;
}
