.panel_button {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 1px;
	padding:5px 10px 0 10px;
	height: 25px;
	background: #2a2a2a;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
	z-index: 20;
	cursor: pointer;
	width:120px;
	 -moz-border-radius: 0 0 4px 4px; -webkit-border-radius: 0 0 4px 4px; -ms-border-radius: 0 0 4px 4px; border-radius: 0 0 4px 4px;
 	border-left:0px solid #d9c384;
 	border-right:0px solid #d9c384;
 	border-top:0px solid #2a2a2a;
 	border-bottom:0px solid #d9c384;
	}
.panel_button img {
	position: relative;
	top: 0;
	border: none;
}
.panel_button a:hover {
	color: #ffffff;
}
#toppanel {
	position: absolute;
	width:100%;
	max-width: 850px;
	left: 0px;
	z-index: 25;
	text-align: center;

}
#panel {
	width:100%;
	max-width: 825px;
	position: relative;
	top: 1px;
	height: 0px;
	margin-left: -25px;
	z-index: 10;
	overflow: hidden;
	text-align: left;
	padding:0 25px 0 25px;
}
#panel_contents {
	/*background-color:#282725;*/
	background: #2a2a2a;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
	height: 100%;
	width:100%;
	max-width: 850px;
	position: absolute;
	z-index: -1;
}
