.login{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
}

.login a:link, .login a:visited, .login a:active {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	text-decoration:underline;
	float:left;
	padding-left:5px;
	margin-top:10px;
}

.login a:hover {
	text-decoration:none;
}

.login input{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	border:1px solid #000;
	padding:2px;
	width:125px;
}

.login-ie-hack { height: 100%; width: 100%; overflow: hidden; }

#login-over {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0; left: 0;
	z-index: 5000;	
	background-color: #000000;
	opacity: 0.5;
	filter: alpha(opacity=50);
} * html #login-over { position: absolute; }

#login-tbox {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	width: 202px;
	height: auto;
	position: fixed;
	top: 10px; left: 50%;
	margin-left: -101px;
	z-index: 5500;	
} * html #login-tbox { position: absolute; }