.panel_button {
	margin-left: auto;
	margin-right: 10px;
	position: relative;
	top: 1px;
	width: 150px;
	height: 25px;
	z-index: 20;
	filter:alpha(opacity=70);
	-moz-opacity:0.70;
	-khtml-opacity: 0.70;
	opacity: 0.70;
	cursor: pointer;
	background-color: black;
}
.panel_button a {
	text-decoration: none;
	color: #FFF;
	font-size: 11px;
	position: relative;
	top: 3px;
	font-family: Tahoma, Geneva, sans-serif;
}
.panel_button a:hover {
	color: #FB650E;
}
#toppanel {
	position: absolute;
	width: 900px;
	left: 17px;
	z-index: 25;
	text-align: center;

}
#panel {
	width: 900px;
	position: relative;
	top: 1px;
	height: 0px;
	margin-left: auto;
	margin-right: auto;
	z-index: 10;
	overflow: hidden;
	text-align: left;
}
#panel_contents {
	background: black;
	filter:alpha(opacity=70);
	-moz-opacity:0.70;
	-khtml-opacity: 0.70;
	opacity: 0.70;
	height: 100%;
	width: 910px;
	position: absolute;
	z-index: -1;
	height: 100%;
}
div#login {
	width: 240px;
	height: 140px;
	position: absolute;
	right: 320px;
	top: 100px;
	text-align: left;
	padding-left: 10px;
	background-color: #FF6800;
	border: 5px solid #FFF;
}
div#login p {
	color: #FFF;
	font-family: Tahoma, Geneva, sans-serif;
	line-height: 30px;
	margin-top: 11px;
	font-size: 12px;
}
div#login input#password {
	position: relative;
	right: -6px;
}
div#login input#login_btn {
	cursor: pointer;
	position: relative;
	top: 30px;
	left: 86px;
}
																																																																						