body{
	text-align: center;	
	background:#CCCCCC url(../../images/bg.jpg) repeat-x;
}

#tela_login{	
	margin:auto;
	margin-top:16%;
	width: 494px;
	height: 285px;
	background: url(../../../../modules/acesso/images/bg.png) no-repeat;
}

#logo{
	position:relative;
	width:185px;
	height:218px;
	float:left;
	top:60px;
	left:25px;
}
#form{
	position:relative;
	text-align:right;	
	width:265px;
	height:218px;
	float:right;	
	background: url(../../../../modules/acesso/images/bg_dados.gif) no-repeat;
	top:30px;
	right:10px;
	
}
.pos_img{
	margin-top:-20px;	
}
.pos_img2{
	margin-top:15px;	
}
fieldset{
	margin-right:48px;
	margin-top:30px;
	border:0;	
}

.bt_submit{
	position:relative;
	top:20px;
	right:-5px;
}