@charset "utf-8";
#header #lang {
	position: absolute;
	width: 300px;
	height: 25px;
	top: 1px;
	text-align: right;
	padding-right: 10px;
	left: 710px;
	z-index: 100;
	color: #fff;
}
#header #lang img {
	margin-right: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 15px;
}

#logininfo {
	position: absolute;
	width: 260px;
	z-index: 50;
	text-align: right;
	color: #FFF;
	font-size: 11px;
	font-weight: bold;
	top: 40px;
	left: 760px;
	right: 10px;
	padding: 0px;
	margin: 0px;
}

#logininfo table {
	margin: 0px;
}
#logininfo #emailCellText {
}

#logininfo #emailCellInput {
}
#logininfo #PasswordCellText {
}
#logininfo #PasswordCellInput {
}
#logininfo #buttonsCellText {
}
#logininfo #buttonsCellInput {
}



#logininfo a {
	color: #fff;
	text-decoration: none;
}
#loginForm #buttonLink {
	font-size: 12px;
	color: #000;
	text-decoration: none;
	background-color: #d6d6d6;
	text-align: center;
	vertical-align: top;
	display: block;
	height: 16px;
	width: 70px;
	padding-bottom: 3px;
	font-weight: normal;
}
#logininfo #connected {
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
}
