@charset "utf-8";
/* CSS Document */


	#geral-login {
	position:relative;
	width:100%;
	margin:0 auto;
	
	}
		#geral-login .caixa-login{
		position:relative;
		width:380px;
		height:170px;
		margin:0 auto;
		background:url(../../imagens/geral/fundo-login.gif) no-repeat;
		
		}
		#geral-login .login{
		position:relative;
		width:250px;
		height:170px;
		margin:0 auto;
		color:#FFF;	
		}
		
		#geral-login .texto{
		position:relative;
		float:left;
		width:250px;
		height:16px;
		float:left;
		padding:4px;
		text-align:center;
		color:#FFF;
		font-weight:bold;
		font-size:12px;
		}
		#geral-login .linhasnome{
		position:relative;
		float:left;
		width:45px;
		height:16px;
		float:left;
		padding:4px;
		}
		#geral-login .linhascampo{
		position:relative;
		float:left;
		width:185px;
		height:20px;
		padding:2px;
		float:left;
		}
		#geral-login input{
		padding:2px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		border:solid 1PX #CCCCCC;
		}
		#geral-login a{
		text-decoration:none;
		color:#333333;
		font-weight:bold;
		}
