.box{
	width:65%;
	margin:2% auto;
}

.box .header{
	width:99.8%;
	height:25px;
	text-align:center;
	color:#4C4C4C;
	font-weight:bold;
	border-bottom: solid 1px #DBDBDB;
}

.campos{
	width:80%;
	height:200px;
	margin:8% auto;
	text-align:left;
}

.linha{
	/*width:100%;
	height:30px;
	margin:2% 0;
	border: solid 2px #DBDBDB;
	text-align:left;*/
}

.linha img{
	height:80%;
	vertical-align:bottom;
	margin-right:-4px;
	padding:2px;
}

.linha input{
	padding:8px;
	width:77%;
	height:48%;
	vertical-align:bottom;
	border:none;
	color:#8A8A8A;
}

.linha_check{
	width:100%;
	height:35px;
	margin:2% 0;
	text-align:left;
	font-size:15px;
	color:#8A8A8A;
}

.linha_check input{
	height:15px;
	width:15px;
}

.btn_acao{
	padding:10px 15px;
	background-color:green;
	border:none;
	color:white;
	font-weight:bold;
	cursor:pointer;
}

#link_lembrar_senha{
	float:right;
	color:#8A8A8A;
	text-decoration:underline;
}


.carregando{
	height:60px;
	float:right;
	margin:50px 200px 0 0;
}

.error{
	width:100%;
	height:25px;
	padding:10px 0;
	text-indent:10px;
	background-color:#FFAAAA;
	color:white;
	font-size:18px;
	font-weight:bold;
	text-align:left;
}