﻿body 
{
	margin:0px;
	padding:0px;
	background-color:#f0f1f1;
}
#principal
{
	width:312px;
	height:auto;
	margin-top:18%;
	margin-left:auto;
	margin-right:auto;
}
#divLogin
{
	width:312px;
	height:auto;
	float:left;
}

#topo_login
{
    margin-top:15px;
    background:url(../img_painel/topo_login.jpg) no-repeat left center;
	width:312px;
	height:20px;
	float:left;
	clear:both;
}
#footer_login
{
    background:url(../img_painel/footer_login.jpg) no-repeat left center;
	width:312px;
	height:20px;
	float:left;
	clear:both;
}
.textAcesso
{
	float:left;
	position:relative;
	top:3px;
	margin-left:10px;
	color:#656565;
	font:normal 12px arial;
	
}
#margin
{
	float:left;
	height:auto;
	width:310px;
	border-left:solid 1px #e5e5e5;
	border-right:solid 1px #e5e5e5;
	background-color:#ffffff;
}
.inputAdapter
{
    position:relative;
    left:15px;
	margin-top:4px;
	width:280px;
	float:left;
	height:auto;
	padding-bottom:5px;
}
#divError
{
    position:relative;
	width:312px;
	float:left;
	height:auto;
	border:solid 1px #0e6eaf;
	background-color:#dbe8f1;
}
.check
{
	position:relative;
	float:left;
	top:2px;
	clear:right;
}
.inputAdapter .inputTxt
{
	float:left;
	position:relative;
	height:25px;
	padding:3px;
	width:274px;
	padding-top:6px;
	padding-bottom:1px;
	border:solid 1px #d4d4d4;
}
.inputAdapter .title
{
	margin-top:6px;
	color:#343434;
	position:relative;
	float:left;
	width:280px;
	font:normal 14px arial;
}
#bot_Logar
{
	background:url(../img_painel/bot_login.jpg) no-repeat left center;
	border:none;
	width:66px;
	height:24px;
	float:right;
	position:relative;
	cursor:pointer;
}
.linkInfo
{
	float:left;
	color:#0066ab;
	font:normal 11px arial;
}
.separe
{
	float:left;
	margin-left:5px;
	margin-right:5px;
	color:#0066ab;
	font:bold 11px arial;
}
.msgerror
{
	float:left;
	position:relative;
	padding-top:4px;
	padding-bottom:8px;
	left:15px;
	color:#333333;
	font:normal 11px arial;
	width:auto;
}