#FormLogin {
	width: 308px;
	height: 101px;
	padding: 32px 10px 21px 5px;
	z-index: 5;
	position: absolute;
	display: none;
	background-image: url(img/login/fundo.gif);
}
html > body #FormLogin {
	background-image: url(img/login/fundo.png);
}
.btnFechar {
	text-indent: -99999em;
	overflow: hidden;
	display: block;
	position: absolute;
	top: 10px;
	right: 22px;
	width: 15px;
	height: 16px;
	cursor: pointer;
	background-image: url(img/login/btnFechar1.gif);
}
.btnFechar:hover {
	background-image: url(img/login/btnFechar2.gif);
}
#FormLogin label {
	text-align: right;
	font: 11px Trebuchet MS;
	left: 5;
	width: 89px;
	position: absolute;
}
#FormLogin input {
	left: 99px;
	position: relative;
	margin-bottom: 2px;
	_margin-bottom: 0px;
}
#lblLogin {
	font: 11px Trebuchet MS;
	width: 192px;
	border: 1px solid #9D9D9D;
}
#lblLogin:focus {
	border: 1px solid #3F87A5;
}
#lblSenha {
	font: 11px Trebuchet MS;
	width: 163px;
	border: 1px solid #9D9D9D;
}
#lblSenha:focus {
	border: 1px solid #3F87A5;
}
#btnOk {
	text-indent: -99999em;
	word-spacing: 999px;
	overflow: hidden;
	width: 26px;
	height: 16px;
	background:transparent url('img/botoes/btnOk.gif') no-repeat;
	border: none;
	cursor: pointer;
	_text-indent: 0px;
	_line-height: 999999px;
	_border: 0px;
}
html:first-child > body #btnOk {
	font-size: 1px;
	padding-left: 90px;
}
#txtMsgLogin {
	display: block;
	width: 100%;
	text-align: center;
	font: 10px Trebuchet MS;
	color: red;
	height: 25px;
}
.LoginLink {
	font: bold 11px Trebuchet MS;
	color: #3F87A5;
	margin-left: 35px;
}
.LoginLink:hover {
	text-decoration: underline;
}