/* -------------------------------------
	CSS MATRIX CONNECTION
---------------------------------------- */
body,h1,h2,h3,h4,h5,h6,p,blockquote,form,ul,li,dl,dt,dd,table,fieldset,legend {
    margin:0;
    padding:0;
	border:none;
    list-style:none;
}

body {
	font:11px Verdana, Arial; color:#ffffff;
	text-align:center;
	background:url(../imgs/bgLogin.gif) repeat-x #b50000;
}
html,body  { height:100%; }

h1 { margin-top:84px; }


/* -------------------------------------
	ESTRUTURA
---------------------------------------- */
#container {
	position:relative;
	width:700px; height:450px;
	background:url(../imgs/imgLogin.jpg) no-repeat 273px 8px;
}
.txt {
	width:300px;
	margin-top:36px;
	text-align:left;
}

.txtEsqueSenha{font-family:verdana; color:#ffd08a; font-size:9px; padding:5px 0px 0px 40px; float:left;}
.txtEsqueSenha a{color:#ffd08a; font-size:9px; font-weight:normal; text-decoration:none;}
.txtEsqueSenha a strong{font-weight:bold;}
.txtEsqueSenha a:hover{text-decoration:underline;}

.txt01 { color:#ffd08a; font-weight:bold; }

.btEntrar { position:relative; top:3px; left:6px; }

form { width:268px; display:block; margin-top:24px; }
label { position:relative; top:10px; display:block; float:left; width:40px; }
input.txtArea { height:16px; border:1px solid #8c0301; background:url(../imgs/fdoInput.gif) repeat-x; font-size:11px; color:#5a5a5a; }


.txtAcesso {
	font-size:9px;
	width:274px;
	border-top:1px solid #c30000;
	margin-top:40px;
	padding-top:8px;
}