@charset "utf-8";

label input,
label textarea {
	background:url(../imagens/bg_inputs.gif) repeat-x bottom;
	border: solid 1px #cccccc;
	color: #666666;
	padding: 3px 0 3px 3px;
}
label textarea {background:url(../imagens/bg_textarea.gif) repeat-x bottom;}
label b{
	color: #cc0000;
	float: left;
	text-align:right;
	width: 85px;
	padding: 0 5px 0 0;
	
}
.bot_enviar {
	background: url(../imagens/bot_enviar.gif) no-repeat;
	border: none;
	font-size: 1px;
	text-indent: -999px;
	height: 27px;
	width: 82px;
	overflow: hidden;
}
.lb_enviar {
	float: left;
}
#resposta {
	color: #cc0000;
	line-height: 45px;
	float: left;
	display: inline;
	margin-left: 10px;
}


/* TAMANHOS DO CADASTR-SE DA HOME*/
#cadastro label input {
	height: 20px;
	margin: 0 0 10px 0;
	width: 237px;
	
	
}
#cadastro input.bot_enviar {
	float: right;
}
/* TAMANHOS DO CADASTR-SE DA HOME*/

/* TAMANHOS DO CONTATO*/
#fContato {
	margin-bottom: 10px;
}
#fContato label input,
#fContato label textarea,
#fContato label select {
	margin: 0 0 10px 0;
	width: 380px;
}
#fContato label select {width: 200px}
#fContato label b {
	line-height: 25px;
}

#fContato label input.ddd {width: 20px;}
#fContato label input.fone {width: 100px;}
#fContato label input.estado {width: 30px;}
#fContato label input.novidades {
	background:none;
	border: none;
	width: auto;
	margin:0 5px 0 90px;
}
#fContato .bot_enviar {
	margin:10px 0 0 0;
	width: 82px;
	float: left;
}
#fContato p {
	margin: 0 10px 0 90px;
}
/* TAMANHOS DO CONTATO*/



/* TAMANHOS DO AGENDE*/
#fAgende label input,
#fAgende label textarea,
#fAgende label select {
	margin: 0 0 10px 0;
	width: 280px;
}
#fAgende label b {
	width: 100px;
	line-height: 25px;
}
#fAgende label b.msg {
	line-height: 15px;
}

#fAgende label input.ddd,
#fAgende label input.ddd_cel {width: 20px;}
#fAgende label input.fone,
#fAgende label input.cel {width: 100px;}
#fAgende label input.estado {width: 30px;}
#fAgende label input.novidades {
	width: auto;
	margin:0 5px 0 105px;
}
#fAgende .bot_enviar {
	margin:10px 0 0 0;
	width: 82px;
	float: left;
}

/* TAMANHOS DO AGENDE*/


