@charset "utf-8";
/* CSS Document */

body{
	margin:10px 0 10px 0;
	padding:0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333;
}
a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999;
}
a:hover {
	text-decoration: underline;
	color: #666;
}
a:active {
	text-decoration: none;
	color: #333;
}
html, body{height:98%}

/*
	isso mantem a tarja preta no meio do navegador
	NÃO MEXA
*/
* html #resposta  /* corrige no IE */ 
{ 
 POSITION: absolute; 
 BOTTOM: expression(offsetParent.scrollTop); 
 LEFT: expression(offsetParent.scrollLeft); 
}
#tarja_preta{
	position:fixed;
	width:100%;
	height:500px;
	top:50%;
	margin-top:-250px;
	background-color:#000;
	z-index:0;
}
/* 			ATE AQUI		*/
#principal_preto{
	position:relative;
	margin:auto auto auto auto;
	width:935px;
	background-color:#000;
	z-index:10;
}
#principal_branco{
	position:relative;
	margin:0px auto 0px auto;
	width:915px;
	background-color:#FFF;
	text-align:left;
	z-index:20;
}
#topo{
	margin:0px auto 0px auto;
	width:884px;
	height:116px;
	border-bottom:1px solid #999;
}
#topo hr{
		border: 0;
		color: #727272;
		background-color: #999;
		margin:15px 7px 10px 3px;
		height: 1px;
}

#menuTopo{
	width:300px;
	float:left;
	font-size:11px;
	font-weight:bold;	
	text-transform:uppercase;
	margin:0;
	
	}
#menuTopo h1{
	font-size:11px;
	font-weight:bold;
	margin:0 0 2px 20px;
	text-transform:uppercase;
	
	}
input{
	font-size:11px;
	color:#000;
}
#FormLogin {
	width: 150px;
	margin: 5px 0 0 12px;
	position: relative;
	border:0px solid #F00;
}
#FormSenha {
	width: 150px;
	margin: 5px 0 0 12px;
	position: relative;
	border:0px solid #F00;
}
#FormBusca {
	width: 150px;
	margin: 5px 0 0 12px;
	position: relative;
	border:0px solid #F00;
}

#FormBotao {
	float:right;
	margin: 6px 13px 0 0;
}
.FormAcesso{
	background: url(http://www.anuariosobratema.com.br/images/botao_login.jpg) left top no-repeat;
	margin: 0 0 0 0;
	width: 220px;
	height: 23px;
}

#corpo{
	margin:10px auto 10px auto;
	padding-bottom:10px;
	width:884px;
	border-bottom:1px solid #999;
}

#rodape{
	margin:0px auto 0px auto;
	width:884px;
}


.AspFormLogin {
	width: 150px;
	margin: 5px 0 0 12px;
	position: relative;
	border:0px solid #F00;
}
#LabelLogin 
{
	margin: 5px 0 0 12px;
}
#LabelSenha 
{
	margin: 5px 0 0 12px;
}


.AspFormSenha {
	width: 120px;
	margin: 5px 0 0 12px;
	position: relative;
	border:0px solid #F00;
}
.AspFormBusca {
	width: 150px;
	margin: 5px 0 0 12px;
	position: relative;
	border:0px solid #F00;
}

.AspFormBotao {
	float:right;
	margin: 6px 13px 0 0;
}

