.loginScreen {
	width: 401px;
	height: 161px;
	position: relative;
}
a.loginButton {
	position: absolute;
	left: 15px;
	top: 34px;
	width: 123px;
	text-align: center;
	color: #967A2E;
	line-height: 22px;
	text-decoration: none;
	font-weight: bold;
	background: url(/images/layout/bizzreview_buttons.gif) 0 0 no-repeat;
}

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: #2A719A;
	text-align: left;
}

div.loginArea input {
	margin-bottom: 5px;
}

div.loginArea .inputText {
	border: 0;
	background: transparent url('../a_images/backgrounds/login_sprite.png') no-repeat -569px 0;
	width: 153px;
	padding: 2px 10px;
	min-height: 18px;
	color: #2B4E3A;
}

div.loginArea .inputSubmit {
	width: 87px;
	height: 25px;
	line-height: 22px;
	color: #fff;
	font-weight: bold;
	border: none;
	background: url(/images/layout/bizzreview_buttons.gif) 0 -22px no-repeat;
}
