#bodyLogin{
	position:relative;
	width:923px;
	height:375px;
	margin:0 auto;
	/*border:1px solid #000;*/
}

#bodyLoginLeft{
	position:relative;
	float:left;
	width:335px;
	height:335px;
	border-right:1px solid #e5e5e5;
}

#bodyLoginRight{
	position:relative;
	float:right;
	height:335px;
	/*border:1px solid #000;*/
}

#txtAcesso{
	position:relative;
	font-size:74px;
	color:#cccccc;
	text-align:right;
	padding-right:38px;
}

#txtRestrito{
	position:relative;
	font-size:33px;
	color:#666666;
	text-align:right;
	padding-right:38px;
}

#boxLogin{
	position:relative;
	width:550px;
	height:239px;
	top:30px;
	background-color:#e5e5e5;
}

#login{
	position:relative;
	top:60px;
	width:550px;
	height:40px;
	/*border:1px solid #000;*/
}

#txtLogin{
	position:relative;
	float:left;
	width:234px;
	text-align:right;
	color:#666666;
	font-size:22px;
	/*border:1px solid #000;*/
}

#inputLogin{
	position:relative;
	float:right;
	width:310px;
	text-align:left;
	/*border:1px solid #000;*/
	
}

#senha{
	position:relative;
	top:70px;
	width:550px;
	height:40px;
	/*border:1px solid #000;*/
}

#txtSenha{
	position:relative;
	float:left;
	width:234px;
	text-align:right;
	color:#666666;
	font-size:22px;
}

#inputSenha{
	position:relative;
	float:right;
	width:310px;
	text-align:left;
}

#botoes{
	position:relative;
	top:80px;
	width:100%;
	/*border:1px solid #000;*/
}

#limpar{
	position:relative;
	float:left;
	width:280px;
	text-align:right;
}

#entrar{
	position:relative;
	float:right;
	width:256px;
	text-align:left;
}

#fader{
	position:absolute;
	left:0px;
	top:29px;
	width:550px;
	height:242px;
	filter:alpha(opacity=70);
	-moz-opacity:0.8;
	opacity:0.8;
	background-color:black;
	z-index:12;
}

#popAlert{
	position:absolute;
	text-align: center;
	margin-left:95px;
	margin-top:90px;
	width:350px;
	height:90px;
	padding-left:0px;
	padding-top:50px;
	border:4px solid #ffffff;
	background-color:#CC0001;
	font-family:Georgia,Times New Roman,Times,serif;
	color: #ffffff;
	z-index:20;
}