.loginScreen {
	width: 401px;
	height: 161px;
	background: url('/a_images/potato/backgrounds/login_sprite.png') no-repeat;
	position: relative;
}
a.loginButton {
	position: absolute;
	left: 15px;
	top: 34px;
	padding: 0 5px;
	line-height: 112px;
	width: 158px;
	text-align: center;
	background: url('/a_images/potato/backgrounds/login_sprite.png') no-repeat -401px 0;
	color: #e3e7e3;
	text-decoration: none;
	font-style: italic;
	font-size: 2.5em;
}

div.loginScreen h3 {
	position: absolute;
	margin: 0;
	top: 2px;
	font-style: italic;
	font-weight: normal;
	font-size: 1.6em;
	letter-spacing: 1px;
	text-align: center;
}

.loginScreen h3.signup {
	width: 250px;
}
.loginScreen h3.login {
	color: #ffffff;
	right: 30px;
	width: 112px;
}

div.loginContentLeft {
	width: 49%;
	float: left;
}

div.loginArea {
	position: absolute;
	left: 208px;	/* because right: 20px does not work in IE (some kind of whitespace problem) */
	top: 44px;
	width: 173px;
	color: #ffffff;
	text-align: center;
}

div.loginArea input {
	margin-bottom: 5px;
}

div.loginArea .inputText {
	border: 0;
	background: transparent url('/a_images/potato/backgrounds/login_sprite.png') no-repeat -569px 0;
	width: 153px;
	padding: 2px 10px;
	min-height: 18px;
	color: #2B4E3A;
}

div.loginArea .inputSubmit {
	width: 173px;
	min-height: 20px;
	background: transparent url('/a_images/potato/backgrounds/login_sprite.png') no-repeat -569px -33px;
}
