.loginTable {
	width:980px;
	border-spacing:0px;
	color:white;
	font-size:10px;
}
.login0 {
	background:url(/imagens/functions/login0.png) repeat-x;
}
.login1 {
	width:43px; 
	height:50px; 
	background:url(/imagens/functions/login1.png);
}
.login2 {
	color:white;
	font-family:Verdana;
	font-size:12px;
	width:150px;
	text-align:center;
	background:url(/imagens/functions/login2.png);
}
.login3 {
	width:43px; 
	height:50px; 
	background:url(/imagens/functions/login3.png);
}

.loginFrame {
	width:102%;
	position:relative;
	top:-8px;
	left:-8px;
	z-Index:1;
	padding:0px;
	margin:0px;
	color:white;
	
}
.toggleDiv {
	width:102%;
	position:relative;
	top:0px;
	left:0px;
	z-Index:1;
	padding:0px;
	margin:0px;
	background:url(/imagens/functions/login0.png) repeat-x;
}
.loginDiv {
	height:auto;
	padding:5px 0px 0px 0px;
	background:url(/imagens/functions/logindiv.png);
}
.loginLink {
	cursor:pointer;
	font-weight:bold;
	color:white;
}
span.loginLink:hover {
	text-decoration:underline;
}
.spanTip {
	border-bottom: 1px dotted white;
	cursor:pointer;
}
.toolTip {
	border:1px solid white;
	position:fixed;
	padding:5px;
	display:none;
	text-align:justify;
	z-Index:2;
	background:url(/imagens/functions/logindiv.png);	
}
