#LoginBox
{
	width: 234px;
	background-color: #ded9c3;
	margin-top: 40px;
}
.ie7 #LoginBox, .ie #LoginBox, .ie6 #LoginBox
{
	margin-top: 40px;
}

#LoginBox #LoginTop, #LoginBox #LoginBottom
{
	width: 234px;
	height: 5px;
}
#LoginBox #LoginTop
{
	background: transparent url(Images/Background-Top.gif) no-repeat scroll top left;
}
#LoginBox #LoginBottom
{
	background: transparent url(Images/Background-Bottom.gif) no-repeat scroll bottom left;
}
#LoginBox h2
{
	height: 13px;
	background: transparent url(Images/Members.gif) no-repeat scroll top left;
}
.lv #LoginBox h2
{
	background-image: url(Images/MembersLV.gif);
	margin: 10px 50px 10px 50px;
}
.lv #LoginBox.logged_in h2
{
	background-image: url(Images/RegisteredLV.gif);
}
#LoginBox h2 span
{
	position: absolute;
	top: -10000px;
}
#LoginBox form
{
	margin: 0 50px 10px 50px;
}

#LoginBox button span
{
	position: absolute;
	top: -10000px;
}
#LoginBox button
{
	width: 130px;
	height: 57px;
	margin-top: 2px;
	background: transparent url(Images/Enter.gif) no-repeat scroll top left;
	border: none;
}
#LoginBox.logged_in button
{
	background-image: url(Images/Exit.gif);
}
#LoginBox input
{
	width: 126px;
	padding: 2px;
	margin-top: 2px;
	border: none;
}

#LoginBox label
{
	color: #b7b7b5;
	position: absolute;
	z-index: 2;
	padding-top: 5px;
	padding-left: 3px;
	font-size: 11px;
	display: none;
}
#Label_Login
{
	top: 36px;
}
.gecko #Label_Login
{
	top: 37px;
}
#Label_Password
{
	top: 57px;
}
.gecko #Label_Password
{
	top: 59px;
}
#LoginBox.error input
{
	color: red;
}
#LoginBox.logged_in input
{
	background-color: #b8b8b8;
	color: #222;
}
#LoginBoxPlaceholder
{
	height: 160px;
}
#LoginBox
{
	position: absolute;
	
}
