
html { height:100%;  position:relative;}

body { margin:0; height:100%;  }

#wrapper { height:100%; margin:0 auto; }

#get_firefox { width:176px; height:177px; position:absolute; top:0; right:0; background:url(images/getfirefox.png) no-repeat; z-index:10; }

#login_form {
	display:none;
	padding:0;
	width:700px;
	margin:0 auto;
	position:relative;
	top:50%;
	margin-top:-139px;
}
#login {
	margin:auto;
	width:690px;
	height:268px;
	padding:4px;
	border:1px solid #808080;
	background:url(images/login/title.jpg) 256px 4px no-repeat;
	color:#ffffff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}
#login #error{
	height:20px;
	color:#FFCC33;
}
#login a{
	float:left;
	display:block;
	clear:both;
	width:252px;
	height:77px;
	background:url(images/login/logo.jpg) no-repeat;
}
#login #field{
	float:left;
	width:560px;
	height:155px;
	padding-right:130px;
	padding-top:35px;
	text-align:right;
	background: url(images/login/bottom.jpg) no-repeat;
}
#login input{
	width:105px;
	height:14px;
	margin-top:10px;
	padding:4px;
	border:0px;
}
#login input#login2{
	width:62px;
	height:19px;
	margin-top:27px;
	background: url(images/login/bt.jpg) no-repeat;
	cursor:pointer;
}
#login input#login2:hover{
	background: url(images/login/bt-roll.jpg) no-repeat;
}