@charset "utf-8";
/* CSS Document */


body{
	margin:0 auto;
	background-color:#FFF;
}

#area{
	background:url(../imgs/bg_top.gif) no-repeat top left;
	position:relative;
	margin:90px auto;
	width:785px;
	height:auto;
	overflow:hidden;

}
#cont_logos{
	position:relative;
	margin:20px auto;
	width:785px;
	height:auto;
	overflow:hidden;

}
#logo_esq{
	position:relative;
	width:auto;
	margin:20px 0 0 20px;
	float:left;
	height:auto;
}
#logo_dir{
	position:relative;
	width:auto;
	margin:80px 40px 0 0;
	float:right;
	height:auto;
}
#login{
	position:relative;
	width:300px;
	margin:40px auto;
	height:auto;
	overflow:hidden;

}
#dados{
	position:relative;
	width:auto;
	float:left;
	margin:0 auto;
}
#dados p{
	font: normal 12px Arial,Helvetica,sans-serif;
	color:#000;
	padding:10px 5px 9px 0;
}
#campos{
	position:relative;
	width:230px;
	float:left;
	margin:0 auto;
}
#form_submit{
	background:url(../imgs/form_submit.gif) no-repeat scroll center top;
	border:0 none;
	cursor:pointer;
	font: bold 13px Arial,Helvetica,sans-serif;
	color:#FFF;
	padding: 0 0 5px 0;
	margin:0 auto;
	width:108px;
	height:31px;
	float:right;
}

#form_text{
	background:url(../imgs/form_text.jpg) no-repeat scroll center top;
	border:0 none;
	cursor:pointer;
	font: normal 12px Arial,Helvetica,sans-serif;
	color:#000;
	padding:5px 0 3px 7px;
	margin:0 auto;
	width:228px;
	height:26px;
}

#rodape{
	background:url(../imgs/bg_bottom.gif) no-repeat bottom left;
	position:relative;
	margin:0 auto;
	width:785px;
	height:30px;
}