#divText {
	position: relative;
	top: 10px;
}
#divEmail {
	position:absolute;
	left: 250px;
	top:100px;
	/*height: 20px;*/
	width: 260px;
	background-color: #FFFFFF;
	visibility: visible;
}
#divErr {
	position:absolute;
	left: 250px;
	top:100px;
	/*height: 20px;*/
	width: 260px;
	background-color: #FFFFFF;
	visibility: visible;
}
#tabErr {
	border: solid #000 0px;
}
#tabErr td {
    padding: 0px;
    border: solid #000 0px;
}
#spanTextErr {
	font-family: Verdana, Arial;
	font-size: 11px;
	color: #FF0000;
	background-color: #FFFFFF;
	height: 18px;
	visibility: inherit;
}
#divLogon {
	position:absolute;
	left: 150px;
	top: 220px; 
	width: 460px;
}
#divLang {
	position:absolute;
	left: 10px;
	top: 220px; 
	width: 140px;
	
}
#tabLogon {
	width: 100%;
	text-align: center;
	background-color: #E6FFC0;
}
#tabLang{
	width: 100%;
	text-align: center;
	background-color: #E6FFC0;
	height: 150px;
	
}
a {color: #006602;}
a:hover {color: #006602;}
.tr-display-mozilla{
  display : table-row;
}
.tr-display-ie{
  display : block;
}