.campo {
	float: left;
	margin: 0 10px 10px 0;
	font-weight:bold;
	color:#666;
	_display:inline;
	_height: 1%;
}

.campo input:focus { background:#FFFFCC; }

input {
	background:url(../../images/login/back_campo.jpg) repeat-x bottom;	
	float:left;
	color: #666;
	margin: 3px 0 0;
	padding: 2px;
	border: 1px solid #ccc;	
	font:11px Arial, Helvetica, sans-serif;
	width:220px;
}

body {
	background:#fff;
	margin:0;
	font:11px Arial, Helvetica, sans-serif;
	color: #666;		
}

#lateral {
	position:absolute;
	background-image:url(../../images/login/cen_1pixel.gif);
	width:100%;
	height:410px;
	top:50%;
	margin-top:-210px;
}

#centro {
	position:absolute;
	/*background-image:url(../../images/login/cenario.jpg);
	background-repeat:no-repeat;*/
	width:760px;
	height:410px;
	top:50%;
	left:50%;
	margin-top:-205px;
	margin-left:-380px;
}

#topocentral {
	background-image:url(../../images/login/topo_form.jpg);
	width:327px;
	height:50px;
	position:absolute;
	top:84px;
	left:218px;
}

#boxcentral {
	position:absolute;
	background:#fff;
	width:287px;
	height:104px;
	top:134px;
	left:218px;
	padding:24px 20px;
}

#botoescentral {
	width:346px;
	height:64px;
	background-image:url(../../images/login/cen_botoes.gif);
	position:absolute;
	top:278px;
	left:208px;
}


#BtEntrar {
	background-image: url(../../images/login/ico_entrar.gif);
	background-position: 3px 3px;
	background-repeat: no-repeat;
	background-color:#f2f2f2;
	cursor:pointer;
	color:#666;
	margin-left:264px;
	margin-top:12px;
	text-align: right;
	/*text-indent: 8px;*/
	padding:3px;
	width:65px;	
	font-size: 12px;	
	border: 1px solid #ccc;
}