body{
	font-family: Helvetica, Arial, sans-serif;
	width: 100%;
	height: 100%;
	##background-color: rgba(200,200,200,0.5);
	color:#404040;
	font-size:20px;
	text-decoration:none;
}
.loginBackgroundFaixa{
	z-index: -999;
	width: 100%;
	height: 300px;
	position: absolute;
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: 1px solid rgba(10,71,99,0.9);
	background-color: rgba(10,71,99,0.9);
	-webkit-box-shadow: 0 0 5px 1px #ab2e00;
	box-shadow: 0 0 5px 1px #ab2e00;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ab2e00), color-stop(1, #ab2e00));
	background:-moz-linear-gradient(top, #ab2e00 5%, #ab2e00 100%);
	background:-webkit-linear-gradient(top, #ab2e00 5%, #ab2e00 100%);
	background:-o-linear-gradient(top, #ab2e00 5%, #ab2e00 100%);
	background:-ms-linear-gradient(top, #ab2e00 5%, #ab2e00 100%);
	background:linear-gradient(to bottom, #ab2e00 5%, #ab2e00 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ab2e00', endColorstr='#ab2e00',GradientType=0);
}
.loginAlignCenter{
	width: 500px;
	height: 550px;
	position: absolute;
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.loginCabecalho{
	z-index: 999;
	width: 450px;
	height: 105px;
	text-align: center;
	font-size: 15px;
}
.loginMoldura{
	width: 450px;
	height: 350px;
	background-color: #fff;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 0 8px rgba(200,200,200,0.5);
	box-shadow: 0 0 0 8px rgba(200,200,200,0.5);
}
.loginRodape{
	z-index: 999;
	width: 450px;
	height: 50px;
	margin-top: 12px;
	text-align: center;
}
.loginRodapeSpan{
	font-size: 14px;
	color:#969696;
	position: relative;
	top: 10px;
	left: 15px;
}
.loginRodapeTeraware{
	position: relative;
	top: 7px;
}
.loginRodapeTWdesk{
	position: relative;
	top: 4px;
	left: 15px;
}
.loginEscopo{
	padding: 30px 40px 25px 40px;
}
.loginDivSaudacao{
	text-align: left;
	margin-bottom: 20px;
}
.loginDivInput{
	padding-top:9px;
	margin-bottom: 10px;
}
.loginDivInput label{
	font-size: 18px;
}
.loginDivInput input, select{
	font-size: 17px;
	width: 357px;
	height: 30px;
}

#frmLogin input[type="password"] {
	margin-bottom: 10px;
}

.loginDivInput input{
	color: #969696;
}
.loginDivAcoes{
	padding-top: 5px;
}
.loginDivAcoesE{
	float: left;
	font-size: 15px;
	margin-top:15px;
}
.loginDivAcoesD{
	float: right;
}
.lembrar-senha{
	color: #555;
	font-weight: normal; 
}

/* BOTAO ENTRAR */
.loginBotaoEntrar {
	-moz-box-shadow: 0px 8px 14px -7px #276873;
	-webkit-box-shadow: 0px 8px 14px -7px #276873;
	box-shadow: 0px 8px 14px -7px #276873;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ab2e00), color-stop(1, #ab2e00));
	background:-moz-linear-gradient(top, #ab2e00 5%, #ab2e00 100%);
	background:-webkit-linear-gradient(top, #ab2e00 5%, #ab2e00 100%);
	background:-o-linear-gradient(top, #ab2e00 5%, #ab2e00 100%);
	background:-ms-linear-gradient(top, #ab2e00 5%, #ab2e00 100%);
	background:linear-gradient(to bottom, #ab2e00 5%, #ab2e00 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ab2e00', endColorstr='#ab2e00',GradientType=0);
	background-color:#ab2e00;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-size:18px;
	padding:12px 20px;
	text-decoration:none;
	text-shadow:0px 1px 0px #3d768a;
}
.loginBotaoEntrar:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ab2e00), color-stop(1, #ab2e00));
	background:-moz-linear-gradient(top, #ab2e00 5%, #ab2e00 100%);
	background:-webkit-linear-gradient(top, #ab2e00 5%, #ab2e00 100%);
	background:-o-linear-gradient(top, #ab2e00 5%, #ab2e00 100%);
	background:-ms-linear-gradient(top, #ab2e00 5%, #ab2e00 100%);
	background:linear-gradient(to bottom, #ab2e00 5%, #ab2e00 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ab2e00', endColorstr='#ab2e00',GradientType=0);
	background-color:#ab2e00;
}
.loginBotaoEntrar:active {
	position:relative;
	top:1px;
}