.panel_button {
	margin-left: 20px;
	margin-right: auto;
	position: relative;
	top: 1px;
	width: 162px;
	height: 36px;
	background: url(img/panel/panel_button.png);
	z-index: 20;
	cursor: pointer;
}
.panel_button img {
	position: relative;
	top: 5px;
	border: none;
}
.panel_button a {
	text-decoration: none;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	position: relative;
	bottom: 1px;
	left: 4px;
	font-family: Arial, Helvetica, sans-serif;
}
.panel_button a:hover {
	color: #fbc73b;
}

#toppanel {
	margin-top: -1px;
	position: absolute;
	width: 800px;
	left: 110px;
	z-index: 25;
	text-align: center;

}
#panel {
	width: 800px;
	position: relative;
	top: 1px;
	height: 0px;
	margin-left: auto;
	margin-right: auto;
	z-index: 10;
	overflow: hidden;
	text-align: left;
}
#panel_contents {
	background: #00b5e8;
	height: 100%;
	width: 780px;
	position: absolute;
	z-index: -1;
}

#float {
	width: 110px;
	float: left;
	padding: 10px 22px;
}

#float img {
	border: none;
}

#float p {
	margin: 2px 0;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}
