.panel_button {
	position: relative;
	top: 0px;
	right: 20px;
	width: 100px;
	height: 25px;
	line-height: 25px;
	float: right;
	background: url(../imgs/user/toggle_back.gif) bottom left;
	z-index: 20;
	cursor: pointer;
}
.panel_button a {
	text-decoration: none;
	position: relative;
	color: #fff;
	display: block;
}
.panel_button a:hover {
	color: #000;
}
#toppanel {
	width: 410px;
	left: 0px;
	z-index: 25;
	text-align: center;

}
#panel {
	width: 410px;
	position: relative;
	background: url(../imgs/user/login_back.png) no-repeat bottom; 
	top: 0px;
	height: 0px;
	margin-left: auto;
	margin-right: auto;
	z-index: 10;
	overflow: hidden;
	text-align: left;
}
#panel_contents {
	background: none;
	filter:alpha(opacity=70);
	-moz-opacity:0.70;
	-khtml-opacity: 0.70;
	opacity: 0.70;
	height: 100%;
	width: 410px;
	position: absolute;
	z-index: -1;
}



