/* POSICIONAMENTO DA TELA DE LOGIN */

DIV#geral {
	width: 788px;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -399px;
}

DIV#rodape {
	height: 21px;
	clear: both;
	text-align: center;
	line-height: 1.8em;
	border: 1px solid #488CB6;
	background-color: #B8D4E3;
}

.corpologin {
	background-color: #E6E5E2;
}

#sombralogin {
	width: 100%;
	height: 461px;
	background: #E6E5E2 url(../images/login_shadow2.gif) repeat-Y center;
	position: absolute;
	top: 50%;
	margin-top: -233px;
}

DIV#gerallogin {
	width: 788px;
	position: absolute;
	left: 50%;
	margin-left: -399px;
	background-color: #FFF;	
}

/* TOPO */
DIV#bnn_top {
	height: 17px;
	background: #4689B3 url(../images/login_bannerT.gif) repeat-X;
}

DIV#bnn_curva {
	height: 235px;
	background: #FFF url(../images/login_bannerC.gif) no-repeat right;
}

#bnn_curva IMG { /*Logo Nestle */
	padding: 0em 0em 0em 1.3em;
}

DIV#idiomas { /* Selecao de Idioma */
	position: absolute;
	top: 440px;
	left: 650px;
}

DIV#portalparceiro { /* Frase portal parceiro */
	position: absolute;
	top: 65px;
	left: 440px;
}

/* CENTRO B2B */
DIV#content {
	height: 186px;
	background: url(../images/login_bg.gif) repeat-X bottom;
}

DIV#b2b {
	margin: 0em 0em 0em 0.8em;
}

DIV#captcha 
{
	font-weight: bold;
	position: absolute;
	top: 60%;
	left: 42%;
	background: url(../images/login_lg_FC.gif) repeat-X;
}

/* LOGIN */
DIV#log_tit{
	position: absolute;
	top: 210px;
	right: 10px;
}

DIV#lg_TL {
	height: 34px;
	width: 11px;
	float: left;
	background-image: url(../images/login_lg_TL.gif);
}

DIV#lg_TR {
	height: 34px;
	width: 11px;
	float: left;
	background-image: url(../images/login_lg_TR.gif);
}

DIV#lg_C {
	height: 34px;
	width: 278px;
	float: left;
	background: url(../images/login_lg_TC.gif) repeat-X;
}

/* FORMULARIO */
DIV#log_form{
	position: absolute;
	top: 244px;
	right: 10px;
	color: #554603;
}

DIV#lg_FL {
	height: 157px;
	width: 10px;
	float: left;
	background-image: url(../images/login_lg_FL.gif);
}

DIV#lg_FC {
	height: 157px;
	width: 280px;
	float: left;
	background: url(../images/login_lg_FC.gif) repeat-X;
	line-height: 1.5em;
}

DIV#lg_FR {
	height: 157px;
	width: 10px;
	float: left;
	background-image: url(../images/login_lg_FR.gif) ;
}

#formulario {
	padding: 0.8em 0em 0em 1.1em;
}

#formulario LABEL {
	font-size: 1.1em;
	font-weight: bold;
	float: left;
	width: 75px;
}

#formulario INPUT {
	font-family: Tahoma, Arial, Verdana;
	color: #554603;
	font-size: 1em;
	padding: 0.2em;
	border: 1px solid #DBB50F;
	background-color: #FCF4D2;
}

DIV#btn {
	position: absolute;
	right: 20px;
	cursor: pointer;
	top: 110px;
	line-height: 25px;	
	text-decoration: none;
	border: none;
}

/* LINKS ESQUECEU A SENHA E CADASTRE SE */

#lg_FC UL {
	margin: 0em;
	padding: 1.8em 0em 0em 1.2em;
	padding-top: 0em;
}

#lg_FC LI {
	list-style: none;
}

#lg_FC LI A {
	color: #554603;
	text-decoration: none;
}

#lg_FC LI A:hover {
	color: #938234;
	text-decoration: underline;
}