/* ------------------------- */
/* --- ENTRADAS DE LOGON --- */
/* ------------------------- */

.adm_campo { /* box geral do login */
	margin:20px auto;
	padding:15px;
	
	border:none;
	border:1px solid #E7D19A;
	border-top:4px solid #E7D19A;
	background-color:#FFFFDD;
	width:90%;
	
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif
	font-size:11px;
	color:#666;
}

.adm_titulo { /* titulo do login */
	float:left;
	margin:-25px 0 0 0;
	padding:0 8px 0 8px;
	
	font-weight: bold;
	text-transform:uppercase;
	color:#BCD3CE;
	
	background-color:#648576;
	border:2px solid #5C7C6D;
}

.adm_linha {
	clear:both;
	padding:5px 0 0 0;
	height:25px;
	font-size:11px;
}

.adm_celulaEsquerda { /* campo das legendas, comandos */
	float:left;
	width:80px;
}

.adm_celulaDireita { /* campo das legendas, comandos */
	float:left;
}

/* ---------- */
.adm_inputTextP { /* input texto Pequeno */
	width:160px;
}
.adm_inputTextG { /* input texto Grande */
	width:225px;
}
.adm_campo input.typeTexts { /* input texto */
	background:#FFF;
	border:1px solid #e0e0e0;
	height:15px;
}
/* ---------- */

.adm_submit, .adm_campo input.typeButtons { /* input submit */
}