	#userbar {
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		text-align: left;
		border-bottom: 1px solid #a9a9a9;
		height: 22px;
		color: #FFFFFF;
		font: 12px Arial, Helvetica, sans-serif;
	}
	
	#userbar img {
		vertical-align: top;
		
	}
	
	#userbar_text {
		position: relative;
		left: 87px;
		top: -18px;
		width: 500px;
	}
	
	#userbar a, #userbar a:visited {
		color: #FFFFFF;
		text-decoration: underline;
	}
	
	#userbar a:hover {
		text-decoration: none;
	}
	
.box label {
	width: 100px;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block
}

.box input {
	background: #292929;
	border: 1px solid #a9a9a9;
	color: #FFFFFF;
}

.box form {
	width: 300px;
	margin: 0px auto;
}

.box a, .box a:visited {
	color: #000000;
}

#filter
{
	display: none;
	position: fixed;
	line-height: normal;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #000;
	z-index:10;
	opacity:0.9;
	filter: alpha(opacity=90);
}

#userbox_filler {
	position: fixed;
	top: 20%;
	left: 0px;
	width: 100%;
	text-align: center;
	z-index:101;
}

.box 
{
	display: none;
	width: 339px;
	height: 300px;
	padding: 48px;
	margin:0 auto;
	overflow: none;
	color: #000000;
	font: 12px Arial, Helvetica, sans-serif;
}

.userbox_body {
	padding-top: 10px;
}

.boxtitle
{
	position:absolute;
	float:center;
	top:0;
	left:0;
	width:496px;
	height:24px;
	padding:0;
	padding-top:4px;
	left-padding:8px;
	margin:0;
	border-bottom:4px solid #a9a9a9;
	background-color: #292929;
	color:white;
	text-align:center;
}



