body {
	background-image: url(/cdn/Images/TelaLogin/background_sistema.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: bottom;
	font-family:  Helvetica;
	overflow-y:hidden; 
}


#loginForm {
	color: #0f3353;
	width: 400px;
	height: 200px;
	position: absolute;
	left: 45%;
	top: 40%;
	margin-top: -65px;
	margin-left: -170px;
}

#logo {
	width: 217px;
	height: 80px;
	position: absolute;
	left: 10px;
	margin-top: 10px;
	margin-left: 79px;
	background-image: url(/cdn/Images/TelaLogin/logo.jpg);
	background-repeat: no-repeat;	
}

#logoCliente {
	width: 122px;
	height: 74px;
	position: absolute;
	right: 10px;
	bottom: 50px;
	margin-top: 50px;
	margin-left: 50px;
}

#erro{
	font-size: 14px;
	padding-bottom: 8px;
	margin-top: 10px;
	font-weight: bold;
	color: #ff0000;
	}
	
#h2{
	font-size: 12px;
	}

label {
	padding-left: 28px;
	float: left;
	width: 100px;
	text-align: left;
	font-size: 18px;
}

#btnSubmit {
	margin-left: 108px;
}

br {
	clear: left;
}

input {
	float: left;
	margin-left: 25px;
	font-size: 18px;
	background-image: url(/cdn/Images/TelaLogin/back-form.jpg);
	background-repeat: no-repeat;
	width: 341px;
	height: 37px;	
	padding-left: 10px;
	padding-top: 10px;
	font-family:  Helvetica;
	color: #0f3353;
	border: 0;
}

#icones {
	position: absolute;
	margin-left: 30px;
}

#boxLembrar{
	margin-left: -50px;
	margin-top: -50px;
}

#login{
	float: left;
	font-size: 18px;
	margin-bottom: 8px;
	width: 96px;
	height: 47px;
	}

img.link {
	cursor: pointer;
}

.button {
	background-image: url(/cdn/Images/TelaLogin/back-login.jpg);
	font-size: 11px;
	cursor: pointer;
	width: 135px;
	height: 52px;
	padding: 2px 2px 0 0;
	margin-top: -25px;
	float: right;
	margin-right: 38px;
	border: 0;
}

#atualizarBrowser {	
	color: #0f3353;
	font-size: 12px;
	text-align: center;
	position: relative;
	top: 485px;
	line-height: 18px;
	padding-left: 100px;
	padding-right: 100px;
}

#atualizarBrowser a {
	color: #015185;
	font-weight: bold;
}

#atualizarBrowser h1 {
	color: #0066cc;
	text-transform: capitalize;
}

#boxCentral{
	background-image: url(/cdn/Images/TelaLogin/back-boxCentral.gif);
	width: 373px;
	height: 353px;
	position: absolute;
	left: 50%;
	top: 45%;
	margin-top: -160px;
	margin-left: -162px;
}

.tituloLembrar{
	margin-top: 5px;
}

.boxLembrar{
	width: 15px;
	height: 15px;
	position: absolute;
	left: 54px;
}

.versao {
	padding-left: 20px;
	color: #999;
	font-size: 12px;
}	
