.panel_button {
	position: absolute;
	right: 0px;
	width: 136px;
	height: 24px;
	z-index: 100;
	cursor: pointer;
}
.panel_button img {
	position: relative;
	right: 0px;
	width: 136px;
	top: 0px;
	border: none;
}

#panel {
	position: relative;
	top: 0px;
	height: 0px;
	margin-left: auto;
	margin-right: auto;
	z-index: 10;
	overflow: hidden;
	text-align: left;
}

#panel_contents {
	background-color: #0f2e41;
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: -1;
}

.panel_html {
	margin: 20px auto 20px auto;
	width: 900px;
}
.noplans {
	background-image:none;
	font-size:30px;
	}

