/* *********************************************************** */
/* TAGS NATIVAS DO HTML */
/* *********************************************************** */


h1, h2, h3, p, a, input  {
	font-family: Arial, Helvetica, sans-serif;
}

img {
	border: none;
}

input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	border: 1px solid #9C0;
	width: 420px;
}

textarea {
	height: 120px;
}

/* *********************************************************** */





/* *********************************************************** */
/* CLASSES CRIADAS */
/* *********************************************************** */

/* CONTROLE DE APARENCIA DE CAMPOS/FORMS */

.no_border {
	border: 0px 0;
	width: 17px;
}

.input_login {
	width: 120px;
}

.input_login_erro {
	width: 120px;
	border: 1px solid #B90000;
}

.input_busca_topo {
	width: 140px;
}

.input_busca_pagina {
	width: 280px;
}


.input_cidade, .input_bairro {
	width: 158px;
}

.input_ddd {
	width: 30px;
}

.input_cep {
	width: 87px;
}

.input_complemento {
	width: 123px;
}


.input_comentario {
	width: 240px;
}


.input_sexo, .select_estado, .input_numero, .input_telefone {
	width: 78px;
}





/* CONTROLE DE APARENCIA DE TEXTOS - CORES E TAMANHOS */

.contato {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
