#toppanel {
	width: 250px;
	float:right;
	z-index: 25;
	text-align: center;
}
#panel {
	width: 100%;
	position: relative;
	top: 2px;
	height: 0px;
	margin-left: auto;
	margin-right: auto;
	z-index: 10;
	overflow: hidden;
	text-align: left;
	background-color:#d3d4d6;
	border-top:#818284 4px solid;
}
#panel_contents {
	background-color: #d3d4d6;
	filter:alpha(opacity=30);
	-moz-opacity:0.30;
	-khtml-opacity: 0.30;
	opacity: 0.30;
	height: 150px;
	width: 100%;
	position: absolute;
	z-index: -1;
}

#content {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	position: relative;
	top: 90px;
	text-align: left;
	color: #545454;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-bottom: 30px;
}
.panel_button {
	float:right;
	position: relative;
	top: -1px;
	height: 40px;
	width:130px;
	z-index: 20;
	cursor: pointer;
}
.panel_button a {
	text-decoration: none;
	color: #545454;
	font-size: 1px;
	font-weight: bold;
	position: relative;
	top: -9999px;
}
.panel_button a:hover {
	color: #999999;
}

