.login
{
	position:absolute;
	width:300px;
	height:300px;
	top:50%;
	left:50%;
	margin-left:-150px;
	margin-top:-150px;
}

.login input
{
	
	position:relative;
	float:right;
	clear:right;
}

.login a, .login br
{
	padding:0;
	position:relative;
	float:left;
	margin-top:1em;
	clear:both;
}


.login label
{
	
	padding:0;
	position:relative;
	float:left;
	clear:left;
}

.userlog
{
	position:absolute;
	z-index:10;
	top:0;
	left:100px;
	line-height:1em;
}

form.search {
	padding:6px;
	float:left;
	width:90%;
}

form.search input{
	margin-top:6px;
	float:right;
	clear:right;
}